-
Notifications
You must be signed in to change notification settings - Fork 24
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Icon auto-coloring doesn't work when using xy_color mode #37
Comments
This is normal, because the auto coloring haven't been implemented yet. If someone wants to work on this, all we need is a function to convert FYI, here is the function used in Home Assistant, but it looks really complex... |
I face that problem too and here I read, others suffer also :( here they offer xy_color as an option and this is, what I tried
all shown as HEX (#): 7F848E in the card |
Hi Walter, the 2 following syntaxes should work: - xy_color: [0.5621, 0.4166] - xy_color:
- 0.5621
- 0.4166 The issue is that the icons will be grey by default, but the icons are supposed to work if you click on them. You can set the icon color by using the |
thank you so much. This way it works. Set - xy_color:
- 0.7006
- 0.2993
icon_color: rgb(255, 0, 24)
brightness: 100 |
Hey, |
This feature is now available is version 1.10.0 🎉 |
Icon auto-coloring doesn't work when using xy_color mode, it always displays a grey icon no matter the colour or the brightness
The text was updated successfully, but these errors were encountered: