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