-
Notifications
You must be signed in to change notification settings - Fork 30
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Wakeword sound on Lenovo Thinksmart with Fully Kiosk #36
Comments
in /stream_assist/core/init.py, line 128 change : play_media(hass, player_entity_id, media_id, "audio") to: play_media(hass, player_entity_id, media_id, "music") |
Also having this issue and opened a ticket as well. Might be a duplicate of this |
I was having this exact issue and added that change to the .py file and it is still giving me this error. should I start a separate issue? I was able to get a wav file to play but not a single mp3. |
I followed all the suggestions here, but I am still not able to play a beep.mp3 with fully kiosk browser ... i am getting crazy :) |
Solution worked for me. My configuration listen to: |
Had the same issue, worked for me as well. |
Fully Kiosk doesn't recognize the media type "audio"
StreamAssist should send media type of "music" instead.
The text was updated successfully, but these errors were encountered: