2016-12-21 21:14:06 +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:
|
|
|
|
- group.outdoor_pool_lights
|
|
|
|
- light.master_toilet
|
|
|
|
- light.office_lamp
|
|
|
|
- light.outdoor_foyer
|
|
|
|
data:
|
|
|
|
flash: long
|
|
|
|
|
|
|
|
|
|
|
|
|
2016-12-20 17:07:23 +00:00
|
|
|
|