hass-core/tests/components/mqtt
Jan Bouwhuis 2e34814d7a
Fix reload of MQTT config entries (#76089)
* Wait for unsubscribes

* Spelling comment

* Remove notify_all() during _register_mid()

* Update homeassistant/components/mqtt/client.py

Co-authored-by: Erik Montnemery <erik@montnemery.com>

* Correct handling reload manual set up MQTT items

* Save and restore device trigger subscriptions

* Clarify we are storing all remaining subscriptions

Co-authored-by: Erik Montnemery <erik@montnemery.com>
2022-09-02 18:54:20 +02:00
..
__init__.py Tweak Recorder 2016-07-11 08:56:07 -07:00
conftest.py Add Blueprint foundation to Scripts (#48621) 2021-04-27 15:15:38 -07:00
test_alarm_control_panel.py Mqtt support config_entry unload (#70149) 2022-07-12 11:07:18 +02:00
test_binary_sensor.py Use mock_restore_cache in mqtt tests (#77297) 2022-08-25 09:27:38 +02:00
test_button.py Mqtt support config_entry unload (#70149) 2022-07-12 11:07:18 +02:00
test_camera.py Fix MQTT camera encoding (#76124) 2022-08-15 08:26:17 +02:00
test_climate.py Remove MQTT climate support for hold and away modes (#76299) 2022-08-15 08:27:37 +02:00
test_common.py Add hw_version to MQTT device info (#77210) 2022-08-25 11:55:33 +02:00
test_config_flow.py Mqtt support config_entry unload (#70149) 2022-07-12 11:07:18 +02:00
test_cover.py Fix entity typo (#75767) 2022-07-26 16:27:16 +02:00
test_device_tracker.py Mqtt support config_entry unload (#70149) 2022-07-12 11:07:18 +02:00
test_device_tracker_discovery.py Speed up mqtt tests (#73423) 2022-06-13 10:17:10 -10:00
test_device_trigger.py Fix reload of MQTT config entries (#76089) 2022-09-02 18:54:20 +02:00
test_diagnostics.py Improve handling of MQTT config entry data (#72691) 2022-07-22 13:36:43 +02:00
test_discovery.py Add hw_version to MQTT device info (#77210) 2022-08-25 11:55:33 +02:00
test_fan.py Mqtt support config_entry unload (#70149) 2022-07-12 11:07:18 +02:00
test_humidifier.py Mqtt support config_entry unload (#70149) 2022-07-12 11:07:18 +02:00
test_init.py Use mock_restore_cache in mqtt tests (#77297) 2022-08-25 09:27:38 +02:00
test_legacy_vacuum.py Speed up mqtt tests (#73423) 2022-06-13 10:17:10 -10:00
test_light.py Use mock_restore_cache in mqtt tests (#77297) 2022-08-25 09:27:38 +02:00
test_light_json.py Use mock_restore_cache in mqtt tests (#77297) 2022-08-25 09:27:38 +02:00
test_light_template.py Use mock_restore_cache in mqtt tests (#77297) 2022-08-25 09:27:38 +02:00
test_lock.py Mqtt support config_entry unload (#70149) 2022-07-12 11:07:18 +02:00
test_number.py Support configuring the mode of MQTT number entities (#77478) 2022-08-30 12:47:35 +02:00
test_scene.py Use mock_restore_cache in mqtt tests (#77297) 2022-08-25 09:27:38 +02:00
test_select.py Use mock_restore_cache in mqtt tests (#77297) 2022-08-25 09:27:38 +02:00
test_sensor.py Use mock_restore_cache in mqtt tests (#77297) 2022-08-25 09:27:38 +02:00
test_siren.py Mqtt support config_entry unload (#70149) 2022-07-12 11:07:18 +02:00
test_state_vacuum.py Speed up mqtt tests (#73423) 2022-06-13 10:17:10 -10:00
test_subscription.py Speed up mqtt tests (#73423) 2022-06-13 10:17:10 -10:00
test_switch.py Use mock_restore_cache in mqtt tests (#77297) 2022-08-25 09:27:38 +02:00
test_tag.py Add hw_version to MQTT device info (#77210) 2022-08-25 11:55:33 +02:00
test_trigger.py Speed up mqtt tests (#73423) 2022-06-13 10:17:10 -10:00