Use ESPHome dev branch in CI to match production

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-02-19 11:18:38 +01:00
parent b18ce4a2da
commit c88ccfbdb8

View File

@@ -36,9 +36,9 @@ jobs:
with: with:
files: "mcu-*.yaml" files: "mcu-*.yaml"
- name: Install ESPHome - name: Install ESPHome (dev)
if: steps.changed.outputs.any_changed == 'true' if: steps.changed.outputs.any_changed == 'true'
run: pip install esphome run: pip install git+https://github.com/esphome/esphome.git@dev
- name: Prepare secrets - name: Prepare secrets
if: steps.changed.outputs.any_changed == 'true' if: steps.changed.outputs.any_changed == 'true'