mirror of
https://github.com/CCOSTAN/Home-AssistantConfig.git
synced 2025-02-19 07:47:27 +00:00
19 lines
592 B
YAML
Executable File
19 lines
592 B
YAML
Executable File
######################################################################################################
|
|
###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
|
|
|
|
|
|
|
|
|