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

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