Add mqtt_json light

This commit is contained in:
Fabian Affolter 2016-08-10 17:15:15 +02:00
parent 32ffdc6136
commit d32e0e5123
No known key found for this signature in database
GPG Key ID: DDF3D6F44AAB1336

View File

@ -37,6 +37,8 @@ It's time for 0.26! The biggest change in this release is a new unit system. Ins
- Notify - SMTP: Allow embedding of [images][images] ([@partofthething])
- Sensor: [OhmConnect] is now supported ([@robbiet480])
- [panel_custom] component allows the registering of new panels ([@balloob])
- Light: New [mqtt_json] platform for working with JSON payload ([@corbanmailloux])
### {% linkable_title Breaking changes %}
@ -51,6 +53,7 @@ homeassistant:
[@abcminiuser]: https://github.com/abcminiuser
[@balloob]: https://github.com/balloob
[@corbanmailloux]: https://github.com/corbanmailloux
[@Danielhiversen]: https://github.com/Danielhiversen
[@HBDK]: https://github.com/HBDK
[@jnewland]: https://github.com/jnewland
@ -77,3 +80,4 @@ homeassistant:
[Whitelist]: /components/influxdb/
[particulate]: /components/sensor.particulate_matter/
[screenshot]: /components/media_player.lg_netcast/
[mqtt_json]: