Fix Syntax Error
This commit is contained in:
@@ -89,7 +89,7 @@ template:
|
||||
- name: Garage Door Open
|
||||
state: "{{ states('binary_sensor.garage_door') }}"
|
||||
icon: >-
|
||||
{% if is_state('cover.main_garage_door', 'open') %}
|
||||
{% if is_state('binary_sensor.garage_door', 'open') %}
|
||||
mdi:garage-open
|
||||
{% else %}
|
||||
mdi:garage
|
||||
|
||||
Reference in New Issue
Block a user