Skip to content

Commit bc1b4f5

Browse files
authored
Use builtin ESPHome network optimization and build with 2025.11.0 (#12)
* use builtin ESPHome network optimization and builld with 2025.11.0 * bump commit reference to fix an MDNS compilation issue
1 parent cea1e92 commit bc1b4f5

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
with:
2121
files: |
2222
home-assistant-voice.factory.yaml
23-
esphome-version: dev
23+
esphome-version: 2025.11.0
2424
release-summary: ${{ github.event_name == 'release' && github.event.release.body || '' }}
2525
release-url: ${{ github.event_name == 'release' && github.event.release.html_url || '' }}
2626
release-version: ${{ github.event_name == 'release' && github.event.release.tag_name || '' }}

home-assistant-voice.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,7 @@ i2c:
113113
psram:
114114
mode: octal
115115
speed: 80MHz
116+
ignore_not_found: false
116117

117118
globals:
118119
# Global index for our LEDs. So that switching between different animation does not lead to unwanted effects.
@@ -1638,8 +1639,8 @@ external_components:
16381639
- source:
16391640
type: git
16401641
url: https://github.com/esphome/esphome
1641-
ref: f743f0add8da4b66634854d864395404718171ba
1642-
components: [audio, mdns, mixer, psram, resampler, resonate, speaker]
1642+
ref: 3ecdf16d7555a80baa712273a1ca5c5134e6cf04
1643+
components: [audio, mdns, mixer, resampler, resonate]
16431644
refresh: 0s
16441645

16451646
audio_dac:

0 commit comments

Comments
 (0)