-
Notifications
You must be signed in to change notification settings - Fork 39
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
Custom icon colors outside 0-100 range not working #735
Comments
Hi, Thanks for considering this improvement. |
I also try to use thresholds function, like this example "{state|thresholds(22,89,200,450)}" but I don't able to use. I don't find any example over the web. |
First off - great card and very useful, but I am having trouble using the card to display LQI over the range 0-250. I am setting color steps as:
This should set colors ranging from red at 0 to green at 255, but the resulting output sets all values above 100 to the default color. I had understood the fix to this problem was supposed to allocate over the whole range.
Full card code for reference:
Originally posted by @maxwroc in #599 (comment)
The text was updated successfully, but these errors were encountered: