From 5a5a5a01e9581a50a73cff86e8258ce90f2ed98c Mon Sep 17 00:00:00 2001 From: Tony Stork Date: Sun, 28 Jul 2024 18:38:50 -0400 Subject: [PATCH] Add proper color for cold room sensors --- mobile_dashboard.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 %}