mirror of
https://github.com/thejeffreystone/home-assistant-configuration.git
synced 2025-08-20 20:56:44 +00:00
Trying to fix garage door icon
This commit is contained in:
@@ -14,4 +14,11 @@
|
||||
{% else %}
|
||||
Unknown
|
||||
{%- 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 %}'
|
||||
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 %}
|
||||
|
Reference in New Issue
Block a user