hass-core/homeassistant/components/flux_led
J. Nick Koston ae49b3a274
Add async_schedule_reload helper to the ConfigEntries manager (#110912)
* Add async_schedule_reload helper to the ConfigEntries manager

We have cases where the the setup retry kicks in right before
the reload happens causing the reload to fail with
OperationNotAllowed. The async_schedule_reload will
cancel the setup retry before the async_reload task
is created to avoid this problem.

I updated a few integrations that were most likely
to have this problem. Future PRs will do a more
extensive audit

* coverage

* revert for now since this needs more refactoring in a followup

* cover

* cleanup and fixes
2024-02-20 02:14:45 +01:00
..
__init__.py
button.py
config_flow.py Add async_schedule_reload helper to the ConfigEntries manager (#110912) 2024-02-20 02:14:45 +01:00
const.py Use builtin TimeoutError [e-i] (#109679) 2024-02-05 12:00:37 +01:00
coordinator.py
diagnostics.py
discovery.py
entity.py
light.py Deduplicate constants E-Z (#105657) 2023-12-13 17:05:37 +01:00
manifest.json Drop codeowner for Magic Home/flux_led (#100557) 2023-09-18 10:08:38 -05:00
number.py
select.py
sensor.py
services.yaml Replace object select in service calls with more UI-friendly selectors (#101722) 2023-10-10 05:50:12 +02:00
strings.json Replace "percents" -> "percentage" in flux_led option flow (#98059) 2023-08-15 10:44:24 -05:00
switch.py
util.py Fix color mode in flux_led light (#110096) 2024-02-09 14:11:27 +01:00