mirror of
https://github.com/nassir-malik/IOT-AC-Light-Dimmer-With-Alexa.git
synced 2025-07-24 19:56:46 +00:00
Update README.md
This commit is contained in:
parent
060cb41467
commit
0b8b8ad6f6
14
README.md
14
README.md
@ -12,23 +12,27 @@ https://www.youtube.com/watch?v=uC9vyMdiJKQ
|
||||
1): Setup Hassio
|
||||
|
||||
mqtt:
|
||||
|
||||
password: "welcome"
|
||||
|
||||
light:
|
||||
- platform: mqtt
|
||||
name: 'Demo Light'
|
||||
state_topic: 'office/light/status'
|
||||
command_topic: "office/light/switch"
|
||||
optimistic: false
|
||||
|
||||
- platform: mqtt
|
||||
|
||||
name: "Office Lights"
|
||||
|
||||
state_topic: "netmedias/office lights/status"
|
||||
|
||||
command_topic: "netmedias/office lights/switch"
|
||||
|
||||
brightness_state_topic: 'netmedias/office lights/brightness'
|
||||
|
||||
brightness_command_topic: 'netmedias/office lights/brightness/set'
|
||||
|
||||
qos: 0
|
||||
|
||||
optimistic: false
|
||||
|
||||
|
||||
|
||||
2): Downgrade ESP board in arduino ide
|
||||
|
Loading…
x
Reference in New Issue
Block a user