mini-climate-card: Button Color change not working in themes
I would like to change the button color in my theme but its not working. i tried to set icon & button color to white in my_theme.yaml
my_theme:
mini-climate-icon-color: "#FFFFFF"
mini-climate-button-color: "#FFFFFF"
The first one (icon-color) is working as expected but the second does not. It doesn´t change color to white. It stays default as yellow
About this issue
- Original URL
- State: closed
- Created 5 months ago
- Comments: 23
this one was the right:
state-binary_sensor-active-color: "#FFFFFF"
i dont know how but now i got it. did the same as before…
ok thank you anyway for the fast reply 😃