Disable always_update in oncue coordinator (#97434)

This commit is contained in:
J. Nick Koston 2023-07-28 16:23:37 -05:00 committed by GitHub
parent 7966d8da76
commit a3110ef1c1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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()