Closes #96 - Who let the dogs out?
parent
3fc0789276
commit
7d46498bfb
@ -1 +1 @@
|
||||
0.39.2
|
||||
0.39.3
|
||||
@ -0,0 +1,15 @@
|
||||
######################################################################
|
||||
## 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
|
||||
Loading…
Reference in new issue