mirror of
https://github.com/CCOSTAN/Home-AssistantConfig.git
synced 2025-02-19 07:47:27 +00:00
24 lines
714 B
YAML
24 lines
714 B
YAML
|
######################################################################################################
|
||
|
###Script to turn on Front light FULL bright for 15m when motion is detected and then return to the normal colors.
|
||
|
# action:
|
||
|
# - service: script.front_house_motion
|
||
|
#
|
||
|
######################################################################################################
|
||
|
|
||
|
front_house_motion:
|
||
|
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: short
|
||
|
|
||
|
|
||
|
|
||
|
|