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
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Added
Home icon (by default) is now coloured with a gradient based on the amount of grid, battery, pv powering the home. The angle of the gradient will prefer where the most power is coming from. To disable it, use disable_home_gradient: true in the card options. Thanks to @whyisthisbroken for the suggestion!
Changed
When attaching a switch entity to a device, the icon now shows a line indicator to show it is a switch.
When using PV, Grid and Home only, PV shows up where battery normally would. PV labels stay as is, as 4 are supported. @warbringer
Allow input_boolean entities in device switch compatibility for @llhotka
Fixed
Issue where card was not loading on refresh for a while due to state change logic.