Moving zwave Sensors to Wink. Making the dog bark FASTER.

This commit is contained in:
CCOSTAN 2017-04-15 21:46:11 +00:00
parent 88bd0edc09
commit 24e50fc8af
3 changed files with 7 additions and 1 deletions

View File

@ -8,6 +8,10 @@
entity_id: input_boolean.guard_dog
state: 'on'
from: 'off'
- platform: state
entity_id: binary_sensor.front_door_opened
state: 'on'
from: 'off'
action:
- service: script.dog_bark

View File

@ -3,3 +3,5 @@ doors:
entities:
- sensor.backdoor
- sensor.linen_door
- binary_sensor.sliding_door_opened
- binary_sensor.front_door_opened

View File

@ -23,7 +23,7 @@ dog_bark:
state: 'on'
- service: switch.turn_on
entity_id: switch.living_room_amp
- delay: '00:00:05'
#- delay: '00:00:05'
- service: media_player.turn_on
entity_id: media_player.livingroomCC