I have Marytts installed and working (although sounds terrible) over a Google hub and from the MarryTTS web interface I can speak through the local browser. I have not been able to speak through the speakers attached to the TRS on the Pi.
When I try using the Universal Media Player it reports that function is not supported.
# Config.yaml:
media_player:
- platform: universal
name: MP1
# Text to speech
tts:
- platform: picotts
- platform: marytts
- platform: google_translate```
#
# Automation:
id: '1650809299432'
alias: TTS Test Event
description: ''
trigger:
- platform: tag
tag_id: ''
condition: []
action:
- service: tts.marytts_say
data:
message: hello world
entity_id: media_player.mp1
mode: single
Today I’ve install VLC and have that set up as a media player and it does seem to be playing TTS as well as other media however it does not play through the Pi’s speaker. In my searches I found some suggestions that these lines be added to my config.yaml The documentation for the add-on is just about useless. The trace leads me to think the only thing missing is the connection to the 3.5mm jack.
I didn’t find this, do you have a link. I don’t see support for the 3.5mm jack on a Pi running home assistant. I know you can control another pi but not the one that runs HA