Skip to content

Commit

Permalink
Update configs for ESPHome 2024.9.0 (#20)
Browse files Browse the repository at this point in the history
Co-authored-by: Neolanco <89191880+Neolanco@users.noreply.github.com>
  • Loading branch information
jesserockz and Neolanco authored Sep 19, 2024
1 parent 5ab9099 commit 69a0de7
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
esp32-s3-box-lite/esp32-s3-box-lite.factory.yaml
esp32-s3-box-3/esp32-s3-box-3.factory.yaml
m5stack-atom-echo/m5stack-atom-echo.factory.yaml
esphome-version: 2024.7.3
esphome-version: 2024.9.0
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
2 changes: 1 addition & 1 deletion esp32-s3-box-3/esp32-s3-box-3.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ substitutions:
esphome:
name: ${name}
friendly_name: ${friendly_name}
min_version: 2024.7.0
min_version: 2024.9.0
name_add_mac_suffix: true
platformio_options:
board_build.flash_mode: dio
Expand Down
2 changes: 1 addition & 1 deletion esp32-s3-box-lite/esp32-s3-box-lite.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ substitutions:
esphome:
name: ${name}
friendly_name: ${friendly_name}
min_version: 2024.7.0
min_version: 2024.9.0
name_add_mac_suffix: true
platformio_options:
board_build.flash_mode: dio
Expand Down
2 changes: 1 addition & 1 deletion esp32-s3-box/esp32-s3-box.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ substitutions:
esphome:
name: ${name}
friendly_name: ${friendly_name}
min_version: 2024.7.0
min_version: 2024.9.0
name_add_mac_suffix: true
platformio_options:
board_build.flash_mode: dio
Expand Down
4 changes: 2 additions & 2 deletions m5stack-atom-echo/m5stack-atom-echo.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ esphome:
name: ${name}
name_add_mac_suffix: true
friendly_name: ${friendly_name}
min_version: 2024.7.1
min_version: 2024.9.0

esp32:
board: m5stack-atom
Expand Down Expand Up @@ -48,7 +48,7 @@ speaker:
id: echo_speaker
i2s_dout_pin: GPIO22
dac_type: external
mode: mono
channel: mono

voice_assistant:
id: va
Expand Down

0 comments on commit 69a0de7

Please sign in to comment.