mirror of
https://github.com/CCOSTAN/Home-AssistantConfig.git
synced 2025-02-19 07:47:27 +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
|
entity_id: input_boolean.guard_dog
|
||||||
state: 'on'
|
state: 'on'
|
||||||
from: 'off'
|
from: 'off'
|
||||||
|
- platform: state
|
||||||
|
entity_id: binary_sensor.front_door_opened
|
||||||
|
state: 'on'
|
||||||
|
from: 'off'
|
||||||
|
|
||||||
action:
|
action:
|
||||||
- service: script.dog_bark
|
- service: script.dog_bark
|
||||||
|
@ -3,3 +3,5 @@ doors:
|
|||||||
entities:
|
entities:
|
||||||
- sensor.backdoor
|
- sensor.backdoor
|
||||||
- sensor.linen_door
|
- sensor.linen_door
|
||||||
|
- binary_sensor.sliding_door_opened
|
||||||
|
- binary_sensor.front_door_opened
|
||||||
|
@ -23,7 +23,7 @@ dog_bark:
|
|||||||
state: 'on'
|
state: 'on'
|
||||||
- service: switch.turn_on
|
- service: switch.turn_on
|
||||||
entity_id: switch.living_room_amp
|
entity_id: switch.living_room_amp
|
||||||
- delay: '00:00:05'
|
#- delay: '00:00:05'
|
||||||
|
|
||||||
- service: media_player.turn_on
|
- service: media_player.turn_on
|
||||||
entity_id: media_player.livingroomCC
|
entity_id: media_player.livingroomCC
|
||||||
|
Loading…
x
Reference in New Issue
Block a user