Disable always_update in flux_led coordinator (#97412)

pull/97422/head
J. Nick Koston 2023-07-28 12:38:33 -05:00 committed by GitHub
parent 48eebe43c9
commit e4ac8bdd6b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -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: