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 Jesse Hills
parent 9e7b3e0330
commit 9ac22f9244

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 \