mirror of
https://github.com/CCOSTAN/Home-AssistantConfig.git
synced 2025-02-13 13:29:12 +00:00
Moving zwave Sensors to Wink. Making the dog bark FASTER.
This commit is contained in:
parent
88bd0edc09
commit
24e50fc8af
@ -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
|
||||
|
@ -3,3 +3,5 @@ doors:
|
||||
entities:
|
||||
- sensor.backdoor
|
||||
- sensor.linen_door
|
||||
- binary_sensor.sliding_door_opened
|
||||
- binary_sensor.front_door_opened
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user