This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <!DOCTYPE html> | |
| <html lang="en"> | |
| <head> | |
| <meta charset="utf-8"> | |
| <title>SVG Inject Test</title> | |
| </head> | |
| <body> | |
| <script> | |
| // Simple pathPath which is just a box with a point injected and raised. Nothing fancy! | |
| let path = "M 3.9115288,12.97346 15.805024,2.3901266 27.698518,12.97346 V 33.152308 H 3.9115288 Z"; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| {# This Markdown will not execute anything on your Zappi, it just displays information. | |
| Largely untested in different states due to the generally green nature of charging done here. | |
| Pause state renders correctly against two inputs, and the Charging state works too. | |
| * Required power/CT information is in watts (should be correct now); | |
| * Session is in kWh (should be correct now); | |
| * 'EV Connected' is clobbered by 'Charging', so state information is used from the integration. | |
| Fixed an else/if issue and removed the untested Boost section. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| """ | |
| ESPHome Sphinx Extension. | |
| This extension provides ESPHome documentation specific. While it may be a good starting | |
| point for other projects, the esoteric nature of the included code is designed to assist | |
| in automating the linking and indexing of components, devices, and blueprints. | |
| Because Sphinx internals are foreign to most people looking through this, the documentation | |
| in this file will verbose. (Future me thanks you for leaving them here too.) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| package main | |
| // TODO: individual vehicle by GUID (requires config update); | |
| // TODO: non-vehicle support (I don't need this) | |
| // TODO: Home Assistant add-on repository? | |
| // TODO: Command-and-control interface | |
| // TODO: vehicle refresh | |
| // TODO: better rate control | |
| // TODO: MQTTS mode (move functionality to library, build a proper package) |
OlderNewer