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."
|
|
|
|
|
2016-12-20 17:07:23 +00:00
|
|
|
- service: script.flash_notify
|
2016-12-17 01:23:12 +00:00
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|