cHANGE mqtt PASSword

This commit is contained in:
CCOSTAN
2016-12-20 17:07:23 +00:00
parent db78ad8fbe
commit 1c0ef971f2
4 changed files with 24 additions and 11 deletions

20
script/flash_notify.yaml Executable file
View 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

View File

@@ -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