parent
db78ad8fbe
commit
1c0ef971f2
@ -0,0 +1,20 @@
|
||||
######################################################################################################
|
||||
###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:
|
||||
- group.outdoor_pool_lights
|
||||
- light.master_toilet
|
||||
- light.office_lamp
|
||||
data:
|
||||
flash: long
|
||||
|
||||
|
||||
|
||||
|
||||
Loading…
Reference in new issue