From 953f31409c43ab1353e42a1f6cc134cacf78ef3b Mon Sep 17 00:00:00 2001 From: "J. Nick Koston" Date: Fri, 28 Jul 2023 12:28:46 -0500 Subject: [PATCH] Disable always_update in esphome dashboard coordinator see https://github.com/home-assistant/developers.home-assistant/pull/1863 --- homeassistant/components/esphome/dashboard.py | 1 + 1 file changed, 1 insertion(+) diff --git a/homeassistant/components/esphome/dashboard.py b/homeassistant/components/esphome/dashboard.py index 4cbb9cbe847281..41b0617e630b2c 100644 --- a/homeassistant/components/esphome/dashboard.py +++ b/homeassistant/components/esphome/dashboard.py @@ -172,6 +172,7 @@ def __init__( _LOGGER, name="ESPHome Dashboard", update_interval=timedelta(minutes=5), + always_update=False, ) self.addon_slug = addon_slug self.url = url