From 6ce548799271acd68856fbfd80188fb82b32e16d Mon Sep 17 00:00:00 2001 From: Touliloup Date: Tue, 16 Oct 2018 23:30:21 +0200 Subject: [PATCH] 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) --- source/_components/light.mqtt.markdown | 1 + 1 file changed, 1 insertion(+) diff --git a/source/_components/light.mqtt.markdown b/source/_components/light.mqtt.markdown index b6409f10043..c5049911d13 100644 --- a/source/_components/light.mqtt.markdown +++ b/source/_components/light.mqtt.markdown @@ -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).