2018-01-02 00:00:45 +00:00
|
|
|
######################################################################################################
|
|
|
|
###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:
|
2024-01-04 16:03:02 +00:00
|
|
|
- light.slider
|
2018-01-02 00:00:45 +00:00
|
|
|
- light.office_lamp
|
|
|
|
- light.outdoor_foyer
|
|
|
|
data:
|
|
|
|
flash: long
|