2017-03-05 02:41:13 +00:00

16 lines
421 B
YAML
Executable File

######################################################################
## Speak Max! Speak Max!!
######################################################################
- alias: Guard Dog
trigger:
- platform: state
entity_id: input_boolean.guard_dog
state: 'on'
from: 'off'
action:
- service: script.dog_bark
- service: input_boolean.turn_off
entity_id: input_boolean.guard_dog