Skip to content

Commit

Permalink
Fix ww-va build and bump to 2.0 (#168)
Browse files Browse the repository at this point in the history
  • Loading branch information
jesserockz authored Feb 22, 2024
1 parent 93ffdcc commit c03a7e6
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,8 @@ jobs:
include:
- project: voice-assistant
name: Voice Assistant
- project: wake-word-voice-assistant
name: Voice Assistant
- project: bluetooth-proxy
name: Bluetooth Proxy
- project: media-player
Expand Down
2 changes: 1 addition & 1 deletion wake-word-voice-assistant/esp32-s3-box-3.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ esphome:
board_build.flash_mode: dio
project:
name: esphome.voice-assistant
version: "1.0"
version: "2.0"
min_version: 2023.11.5
on_boot:
priority: 600
Expand Down
2 changes: 1 addition & 1 deletion wake-word-voice-assistant/esp32-s3-box-lite.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ esphome:
board_build.flash_mode: dio
project:
name: esphome.voice-assistant
version: "1.0"
version: "2.0"
min_version: 2023.11.5
on_boot:
priority: 600
Expand Down
2 changes: 1 addition & 1 deletion wake-word-voice-assistant/esp32-s3-box.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ esphome:
board_build.flash_mode: dio
project:
name: esphome.voice-assistant
version: "1.0"
version: "2.0"
min_version: 2023.11.5
on_boot:
priority: 600
Expand Down

0 comments on commit c03a7e6

Please sign in to comment.