I am trying to setup a notification using TTS and mobile app but either I am doing something wrong or it doesn’t work on my phone for some reason.
Here is the example automation I use:
alias: test22
trigger:
- platform: time
at: '16:00:00'
action:
- service: notify.mobile_app_przemek_phone
data:
message: TTS
title: test message
data:
ttl: 0
priority: high
channel: alarm_stream_max
- In the Android companion app, under notification history I am able to see the notification is sent to the phone, but the phone doesn’t read the notification, I can’t hear it.
- The Google Speech services is up to date.
- Phone Samsung Galaxy S21 with latest Android 12 and One UI 4.0
What else I can check or try?