Update Security Package
This commit is contained in:
@@ -85,6 +85,16 @@ template:
|
||||
| list | join(', ')
|
||||
}}
|
||||
|
||||
binary_sensor:
|
||||
- name: Garage Door Open
|
||||
state: {{ states('binary_sensor.garage_door') }}
|
||||
icon_template: >-
|
||||
{% if is_state('cover.main_garage_door', 'open') %}
|
||||
mdi:garage-open
|
||||
{% else %}
|
||||
mdi:garage
|
||||
{% endif %}
|
||||
|
||||
# -----------------------------------------------------------------------------
|
||||
# Garage Door Button
|
||||
input_button:
|
||||
|
||||
Reference in New Issue
Block a user