mirror of
https://github.com/home-assistant/core.git
synced 2026-05-25 17:56:30 +01:00
Disable always_update in flux_led coordinator (#97412)
This commit is contained in:
@@ -41,6 +41,7 @@ class FluxLedUpdateCoordinator(DataUpdateCoordinator[None]):
|
||||
request_refresh_debouncer=Debouncer(
|
||||
hass, _LOGGER, cooldown=REQUEST_REFRESH_DELAY, immediate=False
|
||||
),
|
||||
always_update=False,
|
||||
)
|
||||
|
||||
async def _async_update_data(self) -> None:
|
||||
|
||||
Reference in New Issue
Block a user