Addition of MQTT light implementation (#6848)

Addition of the ESPUrna firmware in the MQTT light implementations list.
This firmware is one of the most complete as it support RGB + Color temperature adjustment via 5 channels (RGB + 2 white channel)
This commit is contained in:
Touliloup 2018-10-16 23:30:21 +02:00 committed by Fabian Affolter
parent 8a4b09ac8b
commit 6ce5487992
No known key found for this signature in database
GPG Key ID: E23CD2DD36A4397F

View File

@ -273,3 +273,4 @@ light:
- A [basic example](https://github.com/mertenats/open-home-automation/tree/master/ha_mqtt_light) using a nodeMCU board (ESP8266) to control its built-in LED (on/off).
- Another [example](https://github.com/mertenats/open-home-automation/tree/master/ha_mqtt_rgb_light) to control a RGB LED (on/off, brightness, and colors).
- [Integration guide](https://github.com/xoseperez/espurna/wiki/HomeAssistant) for the ESPUrna firmware (ESP8285/ESP8266).