Disable always_update in esphome dashboard coordinator (#97419)

This commit is contained in:
J. Nick Koston 2023-07-28 12:42:04 -05:00 committed by GitHub
parent c1ce14983c
commit 1b10c44a16
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -172,6 +172,7 @@ class ESPHomeDashboard(DataUpdateCoordinator[dict[str, ConfiguredDevice]]):
_LOGGER,
name="ESPHome Dashboard",
update_interval=timedelta(minutes=5),
always_update=False,
)
self.addon_slug = addon_slug
self.url = url