From d32e0e512325715cc85d4930e669d95b826e6f49 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Wed, 10 Aug 2016 17:15:15 +0200 Subject: [PATCH] Add mqtt_json light --- source/_posts/2016-08-09-unit-system.markdown | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/source/_posts/2016-08-09-unit-system.markdown b/source/_posts/2016-08-09-unit-system.markdown index 3ab305c4d62..158db5ca1af 100644 --- a/source/_posts/2016-08-09-unit-system.markdown +++ b/source/_posts/2016-08-09-unit-system.markdown @@ -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]: