I need a speaker so I can play tts messages. The speaker doesn’t have to have a particularly good sound, but it should be easy to integrate into home assistant. Maybe one of you knows what the solution would be.
To play audio you will need to have the VLC plugin installed at least, I have that and the spotify plugin’s installed for my uses.
The VLC plugin allows me to play my doorbell chime file saved to the media folder (you can use files via network share if you have that setup in the share settings of your HA install).
Keep in mind if you want to have the same audio file play on your phone or other device you need to have that file on said device and call the channel it will be tied to at the time in the companion app in the automation. i.e
It failed at the first step (it appeared sketchy to start, with only three active installations). I followed the instructions:
To add a VLC media player to your installation, add the following to your configuration.yaml file. After changing the configuration.yaml file, restart Home Assistant to apply the changes. The integration is now shown on the integrations page under Settings > Devices & services. Its entities are listed on the integration card itself and on the Entities tab.
# Example configuration.yaml entry
media_player:
- platform: vlc
…restarted, and the VLC integration does not appear as promised. I checked to see that I had saved configuration.yaml. I try to add VLC media player (not with telnet, as you did not link to that) as a new integration, but it is only a link to send me back to the page you linked to.