Bump bundled esphome-device-builder to 1.0.9 (#17021)

Co-authored-by: J. Nick Koston <nick@koston.org>
This commit is contained in:
esphome[bot]
2026-06-17 17:38:39 -05:00
committed by GitHub
parent ae7c800de8
commit 77a99bceb2

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.8
RUN uv pip install --no-cache-dir esphome-device-builder==1.0.9
RUN \
platformio settings set enable_telemetry No \