Erik Montnemery
|
280f49540e
|
Drop use of async_mock_mqtt_component (#37011)
|
2020-06-22 23:59:50 +02:00 |
definitio
|
ad5101c5c0
|
Set state for MQTT entities to 'unavailable' when no connection to broker (#36479)
* Report 'unavailable' state when not connected
to MQTT broker
* Fix tests
* Rewrite to remove the polling
* Add tests
* Add some fixes
|
2020-06-07 09:21:16 +02:00 |
Paulus Schoutsen
|
276f3afb00
|
Do async_setup_platform in background (#36244)
Co-authored-by: J. Nick Koston <nick@koston.org>
|
2020-05-31 22:18:30 -07:00 |
Erik Montnemery
|
f1ecac92df
|
Fail tests if wrapped callbacks or coroutines throw (#35010)
|
2020-05-06 14:14:57 -07:00 |
Erik Montnemery
|
4e6fd19624
|
Improve MQTT test coverage and remove dead code (#33584)
* Improve MQTT tests and remove dead code
* Remove useless test.
* Add more test
|
2020-04-03 09:05:58 -07:00 |
Erik Montnemery
|
fbd197146a
|
Add MQTT debug info for remaining MQTT integrations (#33506)
|
2020-04-01 11:48:32 -07:00 |
Erik Montnemery
|
9508c51403
|
Fix change of entity_id for discovered MQTT entities (#33444)
|
2020-03-30 14:26:59 -07:00 |
Erik Montnemery
|
86d48c608e
|
Deduplicate MQTT tests (#32874)
|
2020-03-17 02:09:19 -05:00 |
Erik Montnemery
|
8bc542776b
|
Cleanup entity and device registry on MQTT discovery removal (#32693)
* Cleanup entity and device registry on MQTT discovery removal.
* Review comments
|
2020-03-11 18:00:47 -07:00 |
Erik Montnemery
|
f7ddbc7e1e
|
Remove duplicated config from MQTT tests (#32689)
|
2020-03-11 09:34:19 -07:00 |
Erik Montnemery
|
4bb9f1800d
|
Deduplicate MQTT mixin tests (#32563)
* Deduplicate MQTT mixin tests
* Remove test of not yet merged function
|
2020-03-09 09:40:00 -07:00 |
Jc2k
|
8257ea30c0
|
Set required_features field when registering fan services (#30516)
* Set required_features on fan services
* Fix mqtt fan test
* Update fan.py
|
2020-01-06 17:10:51 +01:00 |
Paulus Schoutsen
|
4de97abc3a
|
Black
|
2019-07-31 12:25:30 -07:00 |
Erik Montnemery
|
5376e15286
|
Convert some test helpers to coroutines and adjust tests (#23352)
* Convert some test helpers to coroutines
* Fix tests
|
2019-04-25 10:14:16 +02:00 |
Erik Montnemery
|
a89c7f8feb
|
Improve MQTT tests (#23296)
* Improve MQTT tests
* Tweak
|
2019-04-22 08:48:50 -04:00 |
Erik Montnemery
|
28c411c742
|
Drop unnecessary block_till_done for MQTT fan tests (#23253)
|
2019-04-19 14:58:44 -07:00 |
Erik Montnemery
|
7a84cfb0be
|
Fix optimistic mode + other bugs, tests (#22976)
|
2019-04-18 20:59:41 -07:00 |
emontnemery
|
ce1fe06193
|
Write state directly in all MQTT platforms (#21971)
|
2019-03-12 14:46:48 -07:00 |
emontnemery
|
648adcc708
|
Small cleanup of MQTT platforms (#20503)
* Move CONF_UNIQUE_ID to init
* Sort imports
* Update ordering
|
2019-01-27 18:54:52 +01:00 |
emontnemery
|
1d16bb2cd4
|
Update device registry of MQTT fan (#20445)
|
2019-01-26 10:46:41 -08:00 |
emontnemery
|
89e9d827a2
|
Add JSON attribute topic to MQTT fan (#20240)
|
2019-01-20 16:42:17 -08:00 |
emontnemery
|
5b53bd6aa0
|
Move MQTT platforms under the component (#20050)
* Move MQTT platforms under the component
|
2019-01-15 17:31:06 +01:00 |