Skip to content

Commit

Permalink
Disable always_update in oncue coordinator (#97434)
Browse files Browse the repository at this point in the history
  • Loading branch information
bdraco committed Jul 28, 2023
1 parent 7966d8d commit a3110ef
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions homeassistant/components/oncue/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ async def async_setup_entry(hass: HomeAssistant, entry: ConfigEntry) -> bool:
name=f"Oncue {entry.data[CONF_USERNAME]}",
update_interval=timedelta(minutes=10),
update_method=client.async_fetch_all,
always_update=False,
)
await coordinator.async_config_entry_first_refresh()

Expand Down

0 comments on commit a3110ef

Please sign in to comment.