mirror of
https://github.com/home-assistant/core.git
synced 2025-07-15 01:07:10 +00:00
Disable always_update in steamist coordinator (#97411)
This commit is contained in:
parent
54e7185617
commit
48eebe43c9
@ -30,6 +30,7 @@ class SteamistDataUpdateCoordinator(DataUpdateCoordinator[SteamistStatus]):
|
|||||||
_LOGGER,
|
_LOGGER,
|
||||||
name=f"Steamist {host}",
|
name=f"Steamist {host}",
|
||||||
update_interval=timedelta(seconds=5),
|
update_interval=timedelta(seconds=5),
|
||||||
|
always_update=False,
|
||||||
)
|
)
|
||||||
|
|
||||||
async def _async_update_data(self) -> SteamistStatus:
|
async def _async_update_data(self) -> SteamistStatus:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user