Bump bundled esphome-device-builder to 1.0.3 (#17005)

This commit is contained in:
esphome[bot]
2026-06-16 22:28:27 -05:00
committed by Jesse Hills
parent 045de436ba
commit 41f7f8cccb

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