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

View File

@ -88,10 +88,9 @@ SUNSET:
* AutoIt script to control lights via REST and also auto light office when I am working on Laptop.
* Configure the Alexa Component.
* Put Dash Buttons out there.
* Put Dash Buttons out there. Bedside dash button for morning, night and bathroom trips.
* Put Door Sensor in Mailbox
* Add Pi-Hole (Ad blocking) to the network with the Pi Zero. (Add to Home Assistant)
* Bedside dash button for morning, night and bathroom trips.
* Create various scenes (early morning, breakfast, work, entertaining, )
* Motion after midnight and the sprinklers go on.
* Z-wave outlet for the landscape transformers. (2 of them) to better track sunset/sunrise/home.

View File

@ -79,8 +79,8 @@ mqtt:
broker: 127.0.0.1
port: 1883
client_id: home-assistant-1
username: pi
password: raspberry
username: !secret MQTT_username
password: !secret MQTT_password
zwave:
usb_path: /dev/ttyACM0

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