mirror of
https://github.com/home-assistant/core.git
synced 2025-07-16 17:57:11 +00:00
Disable always_update in filesize coordinator (#97418)
This commit is contained in:
parent
8101376ad5
commit
c1ce14983c
@ -91,6 +91,7 @@ class FileSizeCoordinator(DataUpdateCoordinator):
|
||||
_LOGGER,
|
||||
name=DOMAIN,
|
||||
update_interval=timedelta(seconds=60),
|
||||
always_update=False,
|
||||
)
|
||||
self._path = path
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user