Basic MQTT light example (ESP8266) (#657)
* Basic MQTT light example (ESP8266) Add a basic example to control a led with MQTT and the light component (ESP8266) * Corrections + new example The example is moved from the warnings' section. Add another example for a RGB led.
This commit is contained in:
parent
20ae23feb7
commit
ececc2047d
1 changed files with 2 additions and 0 deletions
|
@ -79,3 +79,5 @@ Configuration variables:
|
|||
Make sure that your topics match exact. `some-topic/` and `some-topic` are different topics.
|
||||
</p>
|
||||
|
||||
A basic example using a nodeMCU board (ESP8266) to control its built-in led (on/off) can be found [here](https://github.com/mertenats/open-home-automation/tree/master/ha_mqtt_light). [Here](https://github.com/mertenats/open-home-automation/tree/master/ha_mqtt_rgb_light) is another example to control a RGB led (on/off, brightness and colors).
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue