Bump bundled esphome-device-builder to 1.0.12 (#17091)

This commit is contained in:
esphome[bot]
2026-06-20 12:22:19 -05:00
committed by Jonathan Swoboda
parent 039a1f063e
commit b079be756f

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