emontnemery
5b53bd6aa0
Move MQTT platforms under the component ( #20050 )
...
* Move MQTT platforms under the component
2019-01-15 17:31:06 +01:00
emontnemery
fb9aad8791
Small cleanup of MQTT light ( #19816 )
...
* Small refactor of MQTT light removing unused variable
2019-01-08 07:21:26 +01:00
Daniel Chesterton
61d5b3028d
Add support for color_temp_command_template in MQTT light component ( #19675 )
...
* Add support for color_temp_command_template in MQTT light component
2019-01-01 15:42:41 +01:00
emontnemery
f9aa364b6d
Don't truncate brightness and white_value of MQTT light ( #19502 )
...
* MQTT light: Don't truncate brightness
* Clamp after rounding
2018-12-27 18:18:12 +01:00
emontnemery
1568de62df
Correct calls to subscription.async_unsubscribe_topics ( #19414 )
...
* Correct calls to subscription.async_unsubscribe_topics
* Review comments
* Add testcases
2018-12-19 14:05:24 +01:00
emontnemery
7436c0fe42
Add device registry to MQTT light ( #19013 )
2018-12-13 15:51:50 +01:00
emontnemery
69fd3aa856
Small refactoring of MQTT light ( #19009 )
2018-12-05 14:46:37 +01:00
emontnemery
afa99915e3
Reconfigure MQTT light component if discovery info is changed ( #18176 )
2018-12-02 16:16:36 +01:00
Adam Mills
5c3a4e3d10
Restore states through a JSON store instead of recorder ( #17270 )
...
* Restore states through a JSON store
* Accept entity_id directly in restore state helper
* Keep states stored between runs for a limited time
* Remove warning
2018-11-28 13:16:43 +01:00
emontnemery
16e3ff2fec
Mqtt light refactor ( #18227 )
...
* Rename mqtt light files
* Refactor mqtt light
* Remove outdated testcase
* Add backwards compatibility for MQTT discovered MQTT lights.
Refactor according to review comments.
2018-11-27 14:00:05 +01:00