I have some trouble with running faster-whisper and Home Assistant. For testing I setup a faster-whisper container on my Raspberry Pi 4 by running:
docker run -it -p 10300:10300 -v ./data:/data rhasspy/wyoming-whisper --model tiny-int8 --language en
Then I add it via Wyoming integration (wasn´t recognized automatically) and I setup a voice agent. But sending commands via voice results in an error message.
Does someone knows how to fix it?