Hi all,
I've just updated my HA to latest revision, and, as a good old tradition, some of my dashboard elements are no longer properly colored.
So I have this piece of code, that was working for quite a while in this format:
image: /local/images/background_2000x1900.png
dark_mode_image: /local/images/background_gray_2000x1900.png
elements:
- type: state-icon
entity: weather.forecast_home
tap_action:
action: more-info
hold_action:
action: null
style:
left: 20%
top: 10%
transform: scale(5,5)
- type: state-icon
entity: weather.tomorrow_weather
tap_action:
action: more-info
hold_action:
action: null
style:
"--state-icon-color": orange
right: 20%
bottom: 27%
transform: scale(5,5)```
That put 2 icons on screen, first was default color (blue), and second was orange. Now, since the update, both icons have some default icon colors and I don't know how to change them any more.
I tried looking through recent release's changes, but with no luck. I'm sure it's something quite simple that I'm missing.
Anybody feels particularly in giving mood to quickly tell me what I'm doing wrong? Thanks!