mirror of
https://github.com/CCOSTAN/Home-AssistantConfig.git
synced 2025-02-13 13:29:12 +00:00
cHANGE mqtt PASSword
This commit is contained in:
parent
db78ad8fbe
commit
1c0ef971f2
@ -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.
|
||||
|
@ -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
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
|
||||
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user