Experimental Streaming Wake Word PE

I found this yaml from jlpouffier: experimental streaming wake word

I swapped out my previous Voice PE yaml for this one (substituting some of the basic info like wifi ssid, etc.) but got this error on compiling:

Failed config

external_components: [source /config/esphome/home-assistant-voice-091f89.yaml:1487]
  - source: 
      type: git
      url: https://github.com/esphome/voice-kit
      ref: dev
    components: 
      
      Could not find __init__.py file for component aic3204. Please check the component is defined by this source (search path: /data/external_components/989fb39b/esphome/components/aic3204/__init__.py).
      - aic3204
      - audio_dac
      - media_player
      - micro_wake_word
      - microphone
      - nabu
      - nabu_microphone

I cannot find any reference to aic3204 in the repository though. The init.py file exists in the components directory, but seems to be specifically calling for aic3204.

Take a look at:

1 Like

Ok! This seems to be working after running a few tests.