mirror of
https://github.com/CCOSTAN/Home-AssistantConfig.git
synced 2025-02-13 13:29:12 +00:00
21 lines
758 B
YAML
Executable File
21 lines
758 B
YAML
Executable File
######################################################################################################
|
|
###[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.dog_bark
|
|
- service: script.flash_notify
|
|
- service: script.Voice_notify
|
|
data:
|
|
value1: 'Please check the Front Door. Someone Pressed the Doorbell.'
|