Skip to content

Commit

Permalink
Give internal i2c bus an id (#218)
Browse files Browse the repository at this point in the history
  • Loading branch information
jesserockz authored Dec 10, 2024
1 parent 656ef34 commit 9c050d5
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions home-assistant-voice.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -117,9 +117,10 @@ ota:
id: ota_esphome

i2c:
sda: GPIO5
scl: GPIO6
frequency: 400kHz
- id: internal_i2c
sda: GPIO5
scl: GPIO6
frequency: 400kHz

psram:
mode: octal
Expand Down Expand Up @@ -1462,6 +1463,7 @@ media_player:
file: https://github.com/esphome/home-assistant-voice-pe/raw/dev/sounds/easter_egg_tada.mp3

voice_kit:
i2c_id: internal_i2c
reset_pin: GPIO4
firmware:
url: https://github.com/esphome/voice-kit-xmos-firmware/releases/download/v1.3.1/ffva_v1.3.1_upgrade.bin
Expand All @@ -1487,6 +1489,7 @@ external_components:

audio_dac:
- platform: aic3204
i2c_id: internal_i2c

micro_wake_word:
id: mww
Expand Down

0 comments on commit 9c050d5

Please sign in to comment.