Skip to content

Commit

Permalink
Updates for ESPHome 2024.9.0 (#265)
Browse files Browse the repository at this point in the history
  • Loading branch information
jesserockz authored Sep 19, 2024
1 parent 0f6fad0 commit c878e2a
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions voice-assistant/m5stack-atom-echo.adopted.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
esphome:
name: m5stack-atom-echo
friendly_name: M5Stack Atom Echo
min_version: 2024.6.0
min_version: 2024.9.0
name_add_mac_suffix: true

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

voice_assistant:
id: va
Expand Down
4 changes: 2 additions & 2 deletions voice-assistant/m5stack-atom-echo.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
esphome:
name: m5stack-atom-echo
friendly_name: M5Stack Atom Echo
min_version: 2024.6.0
min_version: 2024.9.0
name_add_mac_suffix: true
project:
name: m5stack.atom-echo-voice-assistant
Expand Down Expand Up @@ -72,7 +72,7 @@ speaker:
id: echo_speaker
i2s_dout_pin: GPIO22
dac_type: external
mode: mono
channel: mono

voice_assistant:
id: va
Expand Down
4 changes: 2 additions & 2 deletions voice-assistant/raspiaudio-muse-luxe.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
esphome:
name: raspiaudio-muse-luxe
friendly_name: RaspiAudio Muse Luxe
min_version: 2024.6.0
min_version: 2024.9.0
name_add_mac_suffix: true
project:
name: raspiaudio.muse-luxe-voice-assistant
Expand Down Expand Up @@ -88,7 +88,7 @@ speaker:
id: luxe_out
dac_type: external
i2s_dout_pin: GPIO26
mode: stereo
channel: stereo

esp_adf:

Expand Down
4 changes: 2 additions & 2 deletions voice-assistant/raspiaudio-muse-proto.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
esphome:
name: raspiaudio-muse-proto
friendly_name: RaspiAudio Muse Proto
min_version: 2024.6.0
min_version: 2024.9.0
name_add_mac_suffix: true
project:
name: raspiaudio.muse-proto-voice-assistant
Expand Down Expand Up @@ -79,7 +79,7 @@ speaker:
id: board_speaker
dac_type: external
i2s_dout_pin: GPIO26
mode: mono
channel: mono

output:
- platform: gpio
Expand Down

0 comments on commit c878e2a

Please sign in to comment.