Bump bundled esphome-device-builder to 1.0.7 (#17018)

This commit is contained in:
esphome[bot]
2026-06-17 15:53:10 -05:00
committed by GitHub
parent 0f5defa67e
commit 6d9490b5a3

View File

@@ -32,7 +32,7 @@ RUN \
-r /requirements.txt
# Install the ESPHome Device Builder dashboard.
RUN uv pip install --no-cache-dir esphome-device-builder==1.0.6
RUN uv pip install --no-cache-dir esphome-device-builder==1.0.7
RUN \
platformio settings set enable_telemetry No \