Merge pull request #17294 from esphome/bump-device-builder-1.0.22

This commit is contained in:
J. Nick Koston
2026-06-29 19:29:08 -07:00
committed by GitHub
+1 -1
View File
@@ -22,7 +22,7 @@ RUN \
-r /requirements.txt
# Install the ESPHome Device Builder dashboard.
RUN uv pip install --no-cache-dir esphome-device-builder==1.0.21
RUN uv pip install --no-cache-dir esphome-device-builder==1.0.22
RUN \
platformio settings set enable_telemetry No \