Add proper color for cold room sensors
This commit is contained in:
@ -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 %}
|
||||
|
Reference in New Issue
Block a user