mirror of
https://github.com/thejeffreystone/home-assistant-configuration.git
synced 2025-02-09 00:55:08 +00:00
21 lines
331 B
YAML
21 lines
331 B
YAML
|
|
||
|
#
|
||
|
#
|
||
|
# DoorAutomations
|
||
|
#
|
||
|
#
|
||
|
#####################
|
||
|
|
||
|
# - alias: Door Opened
|
||
|
# trigger:
|
||
|
# - platform: state
|
||
|
# entity_id: group.doors
|
||
|
# from: 'off'
|
||
|
# to: 'on'
|
||
|
# condition:
|
||
|
# - condition: state
|
||
|
# entity_id: input_boolean.audible_notifications
|
||
|
# state: 'on'
|
||
|
# action:
|
||
|
# - service: shell_command.door_chime
|