2017-01-16 17:14:29 +00:00
|
|
|
######################################################################################################
|
|
|
|
###[SkyBell HD](http://amzn.to/2dcexIB)
|
|
|
|
# Script to turn on Front light FULL bright for 15m when motion is detected and then return to the normal colors.
|
|
|
|
# action:
|
|
|
|
# - service: script.skybell_pressed
|
|
|
|
#
|
|
|
|
######################################################################################################
|
|
|
|
|
|
|
|
skybell_pressed:
|
|
|
|
sequence:
|
|
|
|
- service: logbook.log
|
|
|
|
data:
|
|
|
|
name: "SkyBell HD Doorbell:"
|
|
|
|
message: "Someone Pressed the Doorbell."
|
2017-02-03 20:12:21 +00:00
|
|
|
|
|
|
|
- service: script.Voice_notify
|
|
|
|
data:
|
|
|
|
value1: 'Please check the Front Door. Someone Pressed the Doorbell.'
|
2017-01-16 17:14:29 +00:00
|
|
|
|
|
|
|
- service: script.flash_notify
|
|
|
|
|
|
|
|
|
|
|
|
|
2016-12-17 01:23:12 +00:00
|
|
|
|