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:
mertenats 2016-07-22 12:58:16 +02:00 committed by Fabian Affolter
parent 20ae23feb7
commit ececc2047d

View file

@ -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).