mirror of
https://github.com/thejeffreystone/home-assistant-configuration.git
synced 2025-02-09 00:55:08 +00:00
Trying to fix garage door icon
This commit is contained in:
parent
7d62e5335e
commit
a885a2f58b
@ -14,4 +14,11 @@
|
|||||||
{% else %}
|
{% else %}
|
||||||
Unknown
|
Unknown
|
||||||
{%- endif %}
|
{%- 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 %}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user