mirror of
https://github.com/home-assistant/core.git
synced 2025-07-08 22:07:10 +00:00
Disable always_update in esphome dashboard coordinator (#97419)
This commit is contained in:
parent
c1ce14983c
commit
1b10c44a16
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user