Skip to content

Commit

Permalink
Disable always_update in flux_led coordinator (home-assistant#97412)
Browse files Browse the repository at this point in the history
  • Loading branch information
bdraco authored Jul 28, 2023
1 parent 48eebe4 commit e4ac8bd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions homeassistant/components/flux_led/coordinator.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ def __init__(
request_refresh_debouncer=Debouncer(
hass, _LOGGER, cooldown=REQUEST_REFRESH_DELAY, immediate=False
),
always_update=False,
)

async def _async_update_data(self) -> None:
Expand Down

0 comments on commit e4ac8bd

Please sign in to comment.