mirror of
https://github.com/home-assistant/core.git
synced 2025-08-13 17:45:19 +02:00
Disable always_update in filesize coordinator (#97418)
This commit is contained in:
@@ -91,6 +91,7 @@ class FileSizeCoordinator(DataUpdateCoordinator):
|
||||
_LOGGER,
|
||||
name=DOMAIN,
|
||||
update_interval=timedelta(seconds=60),
|
||||
always_update=False,
|
||||
)
|
||||
self._path = path
|
||||
|
||||
|
Reference in New Issue
Block a user