core/tests/components/mqtt
J. Nick Koston 19b2b33037
Speed up subscribing to mqtt topics on connect (#73685)
* Speed up subscribing to mqtt topics

* update tests

* Remove extra function wrapper

* Recover debug logging for subscriptions

* Small changes and test

* Update homeassistant/components/mqtt/client.py

* Update client.py

Co-authored-by: jbouwh <jan@jbsoft.nl>
Co-authored-by: Erik Montnemery <erik@montnemery.com>
2022-06-22 16:03:18 +02:00
..
__init__.py
conftest.py
test_alarm_control_panel.py Speed up mqtt tests (#73423) 2022-06-13 10:17:10 -10:00
test_binary_sensor.py Speed up mqtt tests (#73423) 2022-06-13 10:17:10 -10:00
test_button.py Speed up mqtt tests (#73423) 2022-06-13 10:17:10 -10:00
test_camera.py Speed up mqtt tests (#73423) 2022-06-13 10:17:10 -10:00
test_climate.py Speed up mqtt tests (#73423) 2022-06-13 10:17:10 -10:00
test_common.py Simplify MQTT test for setup manual mqtt item from yaml (#72916) 2022-06-13 13:44:12 +02:00
test_config_flow.py Update MQTT tests to use the config entry setup (#72373) 2022-06-02 14:24:46 +02:00
test_cover.py Speed up mqtt tests (#73423) 2022-06-13 10:17:10 -10:00
test_device_tracker.py Speed up mqtt tests (#73423) 2022-06-13 10:17:10 -10:00
test_device_tracker_discovery.py Speed up mqtt tests (#73423) 2022-06-13 10:17:10 -10:00
test_device_trigger.py Speed up mqtt tests (#73423) 2022-06-13 10:17:10 -10:00
test_diagnostics.py Speed up mqtt tests (#73423) 2022-06-13 10:17:10 -10:00
test_discovery.py Speed up mqtt tests (#73423) 2022-06-13 10:17:10 -10:00
test_fan.py Speed up mqtt tests (#73423) 2022-06-13 10:17:10 -10:00
test_humidifier.py Fix MQTT config schema to ensure correct validation (#73619) 2022-06-20 08:51:12 +02:00
test_init.py Speed up subscribing to mqtt topics on connect (#73685) 2022-06-22 16:03:18 +02:00
test_legacy_vacuum.py Speed up mqtt tests (#73423) 2022-06-13 10:17:10 -10:00
test_light.py Speed up mqtt tests (#73423) 2022-06-13 10:17:10 -10:00
test_light_json.py Speed up mqtt tests (#73423) 2022-06-13 10:17:10 -10:00
test_light_template.py Speed up mqtt tests (#73423) 2022-06-13 10:17:10 -10:00
test_lock.py Speed up mqtt tests (#73423) 2022-06-13 10:17:10 -10:00
test_number.py Add device_class to MQTT number and migrate to native_value (#73534) 2022-06-16 13:34:54 +02:00
test_scene.py Speed up mqtt tests (#73423) 2022-06-13 10:17:10 -10:00
test_select.py Speed up mqtt tests (#73423) 2022-06-13 10:17:10 -10:00
test_sensor.py Speed up mqtt tests (#73423) 2022-06-13 10:17:10 -10:00
test_siren.py Speed up mqtt tests (#73423) 2022-06-13 10:17:10 -10: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 Speed up mqtt tests (#73423) 2022-06-13 10:17:10 -10:00
test_tag.py Speed up mqtt tests (#73423) 2022-06-13 10:17:10 -10:00
test_trigger.py Speed up mqtt tests (#73423) 2022-06-13 10:17:10 -10:00