Home-AssistantConfig/script/skybell_pressed.yaml

20 lines
613 B
YAML
Raw Normal View History

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