* Use an eager task in the update coordinator scheduled refresh We have a lot of places that will not suspend because the refresh function decides it does not need to update. Currently these have to be scheduled on the event loop even though they are a noop. Since _handle_refresh_interval is subclassed in some integrations, I created a dunder wrapper function to avoid integraions subclassing it * fix time fires outside of patch |
||
---|---|---|
.. | ||
snapshots | ||
__init__.py | ||
conftest.py | ||
test_button.py | ||
test_config_flow.py | ||
test_coordinator.py | ||
test_diagnostics.py | ||
test_init.py | ||
test_number.py | ||
test_select.py | ||
test_sensor.py | ||
test_switch.py |