mirror of
https://github.com/CCOSTAN/Home-AssistantConfig.git
synced 2025-09-13 23:36:42 +00:00
replace all the cuckoo clock sounds with horror october sounds. #984
This commit is contained in:
@@ -13,11 +13,11 @@
|
||||
entity_id: input_boolean.guard_dog
|
||||
to: 'on'
|
||||
from: 'off'
|
||||
# The automation will also be triggered when the state of the "binary_sensor.front_door_opened" entity changes from "off" to "on"
|
||||
# The automation will also be triggered when the state of the "lock.front_door" entity changes from "locked" to "unlocked"
|
||||
- platform: state
|
||||
entity_id: binary_sensor.front_door_opened
|
||||
to: 'on'
|
||||
from: 'off'
|
||||
entity_id: lock.front_door
|
||||
to: 'unlocked'
|
||||
from: 'locked'
|
||||
|
||||
condition:
|
||||
- condition: state
|
||||
@@ -26,6 +26,9 @@
|
||||
|
||||
action:
|
||||
- service: script.dog_bark
|
||||
- delay:
|
||||
minutes: 10
|
||||
- service: input_boolean.turn_off
|
||||
entity_id: input_boolean.guard_dog
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user