Update Security Package

This commit is contained in:
2022-07-19 17:10:59 -07:00
parent 4a00e1f036
commit 3071c96a9e

View File

@@ -85,6 +85,16 @@ template:
| list | join(', ') | 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 # Garage Door Button
input_button: input_button: