diff --git a/mobile_dashboard.yaml b/mobile_dashboard.yaml index 2696eee..cfec15a 100644 --- a/mobile_dashboard.yaml +++ b/mobile_dashboard.yaml @@ -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 %}