Added in second implementation (#1864)

Added in my implementation of MQTT light control for using addressable LED strips like the WS2812B, NeoPixels and the rest.
This commit is contained in:
JammyDodger231 2017-01-24 10:57:25 +00:00 committed by Fabian Affolter
parent fab930f393
commit 722241b438
No known key found for this signature in database
GPG Key ID: E23CD2DD36A4397F

View File

@ -97,3 +97,5 @@ light:
### {% linkable_title Implementations %}
A full example of custom lighting using this platform and an ESP8266 microcontroller can be found [here](https://github.com/corbanmailloux/esp-mqtt-rgb-led). It supports on/off, brightness, transitions, RGB colors, and flashing.
There is also another implementation forked from the above repo, it supports all the same features but is made for addressable LED strips using FastLED on a NodeMCU V3 it can be found [here](https://github.com/JammyDodger231/nodemcu-mqtt-rgb-led)