Hi Guys, I put in my configuration file:
media_player:
- platform: vlc
name: speaker_1
arguments: ‘–alsa-audio-device=hw:1,0’
And then to the console:
sudo usermod -a -G audio homeassistant
Following the manual instructions https://home-assistant.io/components/media_player.vlc/
After that I restart and “speaker_1” keeps inactive, i tried to send tts comands but hear nothing (I have a 3.5 speaker attached).
Anybody could help me with this? Thanks!