Merge branch 'current' into next

This commit is contained in:
Fabian Affolter 2018-01-24 08:36:59 +01:00
commit 2f8bd0b77e
No known key found for this signature in database
GPG key ID: DDF3D6F44AAB1336
38 changed files with 199 additions and 181 deletions

View file

@ -226,3 +226,5 @@ Home Assistant will then convert its 8bit value in the message to and from the d
- 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).
- [MQTT JSON Light](https://github.com/mertenats/Open-Home-Automation/tree/master/ha_mqtt_rgbw_light_with_discovery) is another implementation for ESP8266 including [MQTT discovery](/docs/mqtt/discovery/).
- [esphomelib](https://github.com/OttoWinter/esphomelib) is a library for ESP32-based boards that has many of Home Assistant's MQTT features (like [discovery](/docs/mqtt/discovery/)) pre-implemented and provides high-level abstractions for components such as lights or sensors.