gurbyz / power-wheel-card

An intuitive way to represent the power and energy that your home is consuming or producing. (A custom card for the Lovelace UI of Home Assistant.)
Apache License 2.0
165 stars 22 forks source link

Feature request - coloring the arrows using the same colors the icons have #55

Open vk2him opened 4 years ago

vk2him commented 4 years ago

I'd like to suggest that the color of the arrows should match the icon of the icon they are coming from. This isn’t how it currently works, the arrows are either the color specified (or yellow by default) or gray if not used. As an example, if my icons are GREEN when “Exporting” and RED if they are “Importing” - (Import and Export from the viewpoint of the house), I'd like the arrows to be green when exporting or red when importing. Thanks

gurbyz commented 4 years ago

(Copied my comment from the forum: )

I like the fresh idea of coloring the arrows using the same colors the icons have. But since it’s a different approach as the current approach of coloring the arrows (i.e. using an active and an inactive color), it would mean I’d have to support both approaches. That’s adding to the complexity of the card. So I have to think about it a bit more.