Pascal Vizeli
|
b0d3bbed79
|
Convert mqtt platforms to async (#6145)
* Convert mqtt platforms to async
* fix lint
* add more platforms
* convert mqtt_eventstream
* fix lint / add mqtt_room
* fix lint
* fix test part 1
* fix test part 2
* fix out of memory bug
* address comments
|
2017-02-22 09:43:22 +01:00 |
|
Fabian Affolter
|
be272ac64a
|
Disable too-many-* (#4107)
* Disable too-many-* and too-few-public-methods
* Remove globally disabled pylint warnings
|
2016-10-30 22:18:53 +01:00 |
|
Heiko Rothe
|
8da85d7a91
|
Added away timeout setting for idle devices (#3321)
|
2016-09-13 20:34:59 -07:00 |
|
Fabian Affolter
|
911231afc1
|
Use constants and update ordering (#3266)
|
2016-09-09 08:37:30 +02:00 |
|
Heiko Rothe
|
6aa0789e38
|
MQTT room presence detection (#2913)
* Added room presence tracker
* Fixed room/device discovery bugs
* Added tests for room tracker
* Fixed some formatting mistakes
* Fixed a tiny bug with the track new option
* Converted device tracker into sensor
* Removed leftover service entry
* Changed name to mqtt_room
* Changed payload validation to voluptuous
* Fixed validation
* Removed sleep from tests
|
2016-08-20 20:49:38 -07:00 |
|