hass-core/tests/components/mqtt
Jan Bouwhuis f99b7d8b78
Start mqtt integration discovery config flow only once if config has not changed (#126966)
* Start mqtt integration config flow only once

* Remember last config message

* Filter out instead of unsubscribing the intehration discovery topic

* Follow up comments from code review
2024-09-30 12:44:40 +02:00
..
__init__.py
conftest.py
test_alarm_control_panel.py
test_binary_sensor.py
test_button.py
test_camera.py
test_client.py
test_climate.py
test_common.py Rename mqtt mixins module to entity.py (#126279) 2024-09-19 20:50:33 +02:00
test_config_flow.py Replace more addon management with aiohasupervisor (#126236) 2024-09-24 15:47:29 +02:00
test_cover.py
test_device_tracker.py
test_device_trigger.py
test_diagnostics.py
test_discovery.py Start mqtt integration discovery config flow only once if config has not changed (#126966) 2024-09-30 12:44:40 +02:00
test_event.py Rename mqtt mixins module to entity.py (#126279) 2024-09-19 20:50:33 +02:00
test_fan.py
test_humidifier.py Do not directy import platform DOMAIN const in MQTT platform tests (#125589) 2024-09-09 14:36:15 +02:00
test_image.py
test_init.py Rename mqtt mixins module to entity.py (#126279) 2024-09-19 20:50:33 +02:00
test_lawn_mower.py
test_light.py
test_light_json.py
test_light_template.py
test_lock.py Change lock state to an enum (#126379) 2024-09-24 12:30:50 +02:00
test_mixins.py
test_notify.py
test_number.py
test_scene.py
test_select.py
test_sensor.py Allow null / None value for non numeric mqtt sensor without warnings (#127032) 2024-09-30 07:05:12 +02:00
test_siren.py
test_subscription.py
test_switch.py
test_tag.py
test_text.py
test_trigger.py
test_update.py
test_util.py
test_vacuum.py Do not directy import platform DOMAIN const in MQTT platform tests (#125589) 2024-09-09 14:36:15 +02:00
test_valve.py Change valve state to an enum (#126428) 2024-09-23 14:20:18 +02:00
test_water_heater.py