We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I want to change the color from an input_datetime if it is activ (the selected time is in the future). Is this possible?
The text was updated successfully, but these errors were encountered:
looks like this:
templates: icon: > if (state === 'on') return 'mdi:sleep'; return 'mdi:sleep-off'; icon_color: > if (state === 'on') return 'rgb(251, 210, 41)'; return 'rgb(54, 95, 140)';
but it’s not work for me
Sorry, something went wrong.
No branches or pull requests
I want to change the color from an input_datetime if it is activ (the selected time is in the future).
Is this possible?
The text was updated successfully, but these errors were encountered: