2016-12-17 01:23:12 +00:00
|
|
|
######################################################################################################
|
|
|
|
###Script to turn on Front light FULL bright for 15m when motion is detected and then return to the normal colors.
|
|
|
|
# action:
|
2016-12-17 01:24:16 +00:00
|
|
|
# - service: script.skybell_pressed
|
2016-12-17 01:23:12 +00:00
|
|
|
#
|
|
|
|
######################################################################################################
|
|
|
|
|
2016-12-17 01:24:16 +00:00
|
|
|
skybell_pressed:
|
2016-12-17 01:23:12 +00:00
|
|
|
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
|
2016-12-19 23:04:15 +00:00
|
|
|
- light.office_lamp
|
2016-12-17 01:23:12 +00:00
|
|
|
data:
|
2016-12-17 01:30:28 +00:00
|
|
|
flash: long
|
2016-12-17 01:23:12 +00:00
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|