You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The current state of the code is far from optimal or readable. Most of the code is copy-paste instead of implementing reusable code. Along with implementing reusable code, find a better way of store the images than directly in the html code.
The text was updated successfully, but these errors were encountered:
- #6 A lot of the code is stored in functions for easy reuse and images are stored as base64 encoded text
- #8 Card can be added as a custom repository, but it being added to HACS as a default is pending
- #9 Grid image will become duller when grid is unavailable and a red icon is added next to the grid voltage text
- #18 Last update time is added at the bottom left of the card.
The current state of the code is far from optimal or readable. Most of the code is copy-paste instead of implementing reusable code. Along with implementing reusable code, find a better way of store the images than directly in the html code.
The text was updated successfully, but these errors were encountered: