Bump bundled esphome-device-builder to 1.8.0 (#17953)

Co-authored-by: esphome[bot] <115708604+esphome[bot]@users.noreply.github.com>
This commit is contained in:
esphome[bot]
2026-07-30 08:01:17 -04:00
committed by GitHub
co-authored by esphome[bot] <115708604+esphome[bot]@users.noreply.github.com>
parent c23a107a87
commit 6733e930eb
+1 -1
View File
@@ -22,7 +22,7 @@ RUN \
-r /requirements.txt
# Install the ESPHome Device Builder dashboard.
RUN uv pip install --no-cache-dir esphome-device-builder==1.7.0
RUN uv pip install --no-cache-dir esphome-device-builder==1.8.0
RUN \
platformio settings set enable_telemetry No \