mirror of
https://github.com/CCOSTAN/Home-AssistantConfig.git
synced 2025-08-17 19:06:53 +00:00
Ring the bell? Flash the lights.
This commit is contained in:
@@ -9,10 +9,7 @@
|
|||||||
event_type: skybell_pressed
|
event_type: skybell_pressed
|
||||||
|
|
||||||
action:
|
action:
|
||||||
- service: logbook.log
|
- service: script.skybell_pressed
|
||||||
data:
|
|
||||||
name: "SkyBell HD Doorbell:"
|
|
||||||
message: "Someone Pressed the Doorbell."
|
|
||||||
|
|
||||||
######################################################################
|
######################################################################
|
||||||
|
|
||||||
|
24
script/skybell_pressed.yaml
Executable file
24
script/skybell_pressed.yaml
Executable file
@@ -0,0 +1,24 @@
|
|||||||
|
######################################################################################################
|
||||||
|
###Script to turn on Front light FULL bright for 15m when motion is detected and then return to the normal colors.
|
||||||
|
# action:
|
||||||
|
# - service: script.front_house_motion
|
||||||
|
#
|
||||||
|
######################################################################################################
|
||||||
|
|
||||||
|
front_house_motion:
|
||||||
|
sequence:
|
||||||
|
- service: logbook.log
|
||||||
|
data:
|
||||||
|
name: "SkyBell HD Doorbell:"
|
||||||
|
message: "Someone Pressed the Doorbell."
|
||||||
|
|
||||||
|
- service: light.turn_on
|
||||||
|
entity_id:
|
||||||
|
- group.outdoor_pool_lights
|
||||||
|
- light.master_toilet
|
||||||
|
data:
|
||||||
|
flash: short
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
Reference in New Issue
Block a user