Disable always_update in oncue coordinator (#97434)
This commit is contained in:
parent
7966d8da76
commit
a3110ef1c1
1 changed files with 1 additions and 0 deletions
|
@ -39,6 +39,7 @@ async def async_setup_entry(hass: HomeAssistant, entry: ConfigEntry) -> bool:
|
||||||
name=f"Oncue {entry.data[CONF_USERNAME]}",
|
name=f"Oncue {entry.data[CONF_USERNAME]}",
|
||||||
update_interval=timedelta(minutes=10),
|
update_interval=timedelta(minutes=10),
|
||||||
update_method=client.async_fetch_all,
|
update_method=client.async_fetch_all,
|
||||||
|
always_update=False,
|
||||||
)
|
)
|
||||||
await coordinator.async_config_entry_first_refresh()
|
await coordinator.async_config_entry_first_refresh()
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue