I have a rpi set up with HA all fine and is a learning curve , my current conundrum is that i have a companion app set up and i want to tts to that device if possible .. i have tried several guides im just struggling to get it .. i did assume the samsung tablet in use would appear as a media player and i could tts to it trivially... i think im not understanding the process properly . Could some one hold my hand a little in getting tts to work on the remote device
#TTS to companion app
1 messages · Page 1 of 1 (latest)
Official docs should be helpful here https://companion.home-assistant.io/docs/notifications/notifications-basic#text-to-speech-notifications they have examples you can follow
yeah thanks i had looked here but struggled with this line
notify.mobile_app_<your_device_id_here>
If you look at your devices list under Settings, you'll see the various mobile app devices. They distinguish each device that is running the mobile app, which enables you to send notifications to specific device(s). The <> refers to your device id being appended to that device name and being called via the notify service.