mirror of
https://github.com/CCOSTAN/Home-AssistantConfig.git
synced 2025-02-21 00:25:12 +00:00
24 lines
707 B
YAML
Executable File
24 lines
707 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: light.turn_on
|
|
entity_id:
|
|
- group.outdoor_pool_lights
|
|
- light.master_toilet
|
|
data:
|
|
flash: long
|
|
|
|
|
|
|
|
|