mirror of
https://github.com/CCOSTAN/Home-AssistantConfig.git
synced 2025-11-07 01:52:11 +00:00
cHANGE mqtt PASSword
This commit is contained in:
20
script/flash_notify.yaml
Executable file
20
script/flash_notify.yaml
Executable file
@@ -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
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -12,13 +12,7 @@ skybell_pressed:
|
||||
name: "SkyBell HD Doorbell:"
|
||||
message: "Someone Pressed the Doorbell."
|
||||
|
||||
- service: light.turn_on
|
||||
entity_id:
|
||||
- group.outdoor_pool_lights
|
||||
- light.master_toilet
|
||||
- light.office_lamp
|
||||
data:
|
||||
flash: long
|
||||
- service: script.flash_notify
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user