core/tests/components/mqtt
Jan Bouwhuis e57dad79fc
Fix MQTT discovery failing after bad config update (#86935)
* Fix MQTT discovery failing after bad config update

* Update last discovery payload after update success

* Improve test, correct update assignment

* send_discovery_done to finally-catch vol.Error

* Just use try..finally

* Remove extra line

* use elif to avoid log confusion
2023-01-30 19:15:11 +01:00
..
__init__.py
conftest.py Do not depend MQTT CI tests on debug logs (#84783) 2022-12-29 18:29:28 +01:00
test_alarm_control_panel.py
test_binary_sensor.py Do not depend MQTT CI tests on debug logs (#84783) 2022-12-29 18:29:28 +01:00
test_button.py
test_camera.py
test_climate.py Code styling tweaks to the tests - Part 2 (#86662) 2023-01-26 01:23:53 +01:00
test_common.py Do not reset current selection on reconfig or MQTT select (#85099) 2023-01-04 10:29:53 +01:00
test_config_flow.py Enable Ruff PT015 (#86775) 2023-01-27 11:10:29 +01:00
test_cover.py
test_device_tracker.py Allow MQTT device trackers to be able to the reset the location name for auto zone inference (#83952) 2022-12-20 17:38:40 +01:00
test_device_trigger.py
test_diagnostics.py
test_discovery.py Fix MQTT discovery failing after bad config update (#86935) 2023-01-30 19:15:11 +01:00
test_fan.py Do not depend MQTT CI tests on debug logs (#84783) 2022-12-29 18:29:28 +01:00
test_humidifier.py Do not depend MQTT CI tests on debug logs (#84783) 2022-12-29 18:29:28 +01:00
test_init.py Replace the usage of unit constants by enumerations in Tests [m-n] (#85935) 2023-01-15 15:45:00 +01:00
test_legacy_vacuum.py
test_light.py Add hs_command_template and xy_command_template to mqtt light default schema (#84988) 2023-01-03 12:58:00 +01:00
test_light_json.py
test_light_template.py
test_lock.py Add command template and code_format support for MQTT lock (#85830) 2023-01-23 14:48:07 +01:00
test_mixins.py
test_number.py Replace the usage of unit constants by enumerations in Tests [m-n] (#85935) 2023-01-15 15:45:00 +01:00
test_scene.py
test_select.py Do not reset current selection on reconfig or MQTT select (#85099) 2023-01-04 10:29:53 +01:00
test_sensor.py Remove invalid uom from mqtt tests (#86004) 2023-01-16 14:51:35 +01:00
test_siren.py Do not depend MQTT CI tests on debug logs (#84783) 2022-12-29 18:29:28 +01:00
test_state_vacuum.py
test_subscription.py
test_switch.py
test_tag.py Fix MQTT discovery failing after bad config update (#86935) 2023-01-30 19:15:11 +01:00
test_text.py
test_trigger.py
test_update.py
test_util.py