mirror of
https://github.com/CCOSTAN/Home-AssistantConfig.git
synced 2025-09-13 15:26:58 +00:00
You can find the entire repo here.
This commit is contained in:
16
config/script/flash_notify.yaml
Executable file
16
config/script/flash_notify.yaml
Executable file
@@ -0,0 +1,16 @@
|
||||
######################################################################################################
|
||||
###Script to turn on Front light FULL bright for 15m when motion is detected and then return to the normal colors.
|
||||
# action:
|
||||
# - service: script.flash_notify
|
||||
#
|
||||
######################################################################################################
|
||||
|
||||
flash_notify:
|
||||
sequence:
|
||||
- service: light.turn_on
|
||||
entity_id:
|
||||
- light.m1_slider
|
||||
- light.office_lamp
|
||||
- light.outdoor_foyer
|
||||
data:
|
||||
flash: long
|
Reference in New Issue
Block a user