mirror of
https://github.com/thejeffreystone/home-assistant-configuration.git
synced 2025-07-20 19:09:46 +00:00
Trying to fix garage door icon
This commit is contained in:
parent
cd3f1e9456
commit
7d62e5335e
@ -14,4 +14,4 @@
|
||||
{% else %}
|
||||
Unknown
|
||||
{%- endif %}
|
||||
icon_template: '{%- if is_state("sensor.garage_door", "Closed") %}mdi:garage{%- elif is_state("sensor.garage_door", "Open") %}mdi:garage-open{% else %}mdi:sync-alert{%- endif %}'
|
||||
icon_template: '{%- if is_state("cover.garage_door", "closed") %}mdi:garage{%- elif is_state("cover.garage_door", "open") %}mdi:garage-open{% else %}mdi:sync-alert{%- endif %}'
|
||||
|
Loading…
x
Reference in New Issue
Block a user