Add proper color for cold room sensors

This commit is contained in:
2024-07-28 18:38:50 -04:00
parent 5c79e20bb6
commit 5a5a5a01e9

View File

@ -155,7 +155,7 @@ decluttering_templates:
{% if is_state('[[hot_entity]]','on') %}
var(--error-color)
{% elif is_state('[[cold_entity]]','on') %}
var(--yellow-color)
var(--purple-color)
{% elif is_state(config.entity,'on') %}
var(--accent-color)
{% else %}