core/tests/components/homewizard
Duco Sebel 1f8fd52103
Fix reload not triggered on DisabledError in HomeWizard (#128636)
* Fix reload not triggered on DisabledError in HomeWizard

* Update homeassistant/components/homewizard/coordinator.py

Co-authored-by: epenet <6771947+epenet@users.noreply.github.com>

* Use helper and fix merge issue

* Add test to detect reload on DisabledError

* Wait until next update instead of a direct call to update

* Add doc why we reload

---------

Co-authored-by: epenet <6771947+epenet@users.noreply.github.com>
2024-10-18 14:48:41 +02:00
..
fixtures
snapshots Index config entry discovery_keys by discovery domain (#126563) 2024-09-23 21:48:11 +02:00
__init__.py
conftest.py
test_button.py
test_config_flow.py Adjust homewizard translation strings (#128423) 2024-10-15 11:34:20 +02:00
test_diagnostics.py
test_init.py Fix reload not triggered on DisabledError in HomeWizard (#128636) 2024-10-18 14:48:41 +02:00
test_number.py
test_sensor.py Remove ExternalDevice migration in HomeWizard (#125197) 2024-09-04 18:32:57 +02:00
test_switch.py