mirror of
https://github.com/Electric-Special/ha-core.git
synced 2026-03-24 13:07:34 +01: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