mirror of
https://github.com/home-assistant/core.git
synced 2025-08-12 09:05:15 +02:00
Disable always_update in esphome dashboard coordinator (#97419)
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user