Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump esphome version to 2024.12.4 for http request fix #296

Merged
merged 1 commit into from
Jan 17, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
files: |
home-assistant-voice.factory.yaml
home-assistant-voice.8mb.yaml
esphome-version: 2024.12.2
esphome-version: 2024.12.4
release-summary: ${{ github.event_name == 'release' && github.event.release.body || '' }}
release-url: ${{ github.event_name == 'release' && github.event.release.html_url || '' }}
release-version: ${{ github.event_name == 'release' && github.event.release.tag_name || '' }}
Expand Down
5 changes: 1 addition & 4 deletions home-assistant-voice.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ esphome:
name: home-assistant-voice
friendly_name: Home Assistant Voice
name_add_mac_suffix: true
min_version: 2024.12.2
min_version: 2024.12.4
platformio_options:
board_build.flash_mode: dio
on_boot:
Expand Down Expand Up @@ -1515,9 +1515,6 @@ external_components:
- voice_assistant
- voice_kit
refresh: 0s
- source: github://pr#8018
components: [http_request]
refresh: 0s

audio_dac:
- platform: aic3204
Expand Down
Loading