Update README.md

This commit is contained in:
Nassir Malik 2018-11-20 13:29:24 -06:00 committed by GitHub
parent 060cb41467
commit 0b8b8ad6f6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -12,23 +12,27 @@ https://www.youtube.com/watch?v=uC9vyMdiJKQ
1): Setup Hassio 1): Setup Hassio
mqtt: mqtt:
password: "welcome" password: "welcome"
light: light:
- platform: mqtt
name: 'Demo Light'
state_topic: 'office/light/status'
command_topic: "office/light/switch"
optimistic: false
- platform: mqtt - platform: mqtt
name: "Office Lights" name: "Office Lights"
state_topic: "netmedias/office lights/status" state_topic: "netmedias/office lights/status"
command_topic: "netmedias/office lights/switch" command_topic: "netmedias/office lights/switch"
brightness_state_topic: 'netmedias/office lights/brightness' brightness_state_topic: 'netmedias/office lights/brightness'
brightness_command_topic: 'netmedias/office lights/brightness/set' brightness_command_topic: 'netmedias/office lights/brightness/set'
qos: 0 qos: 0
optimistic: false optimistic: false
2): Downgrade ESP board in arduino ide 2): Downgrade ESP board in arduino ide