action:
- service: notify.mobile_app_pixel_xl
data:
title: "Nobody is home right now, turn off the alarm"
message: TTS
data:
channel: alarm_stream
priority: high
ttl: 0
I’m using those settings to ensure it’s played even if the phone is in do-not-disturb. Other settings are available in the docs dschido linked.
did the notification arrive on the device? check notification history in app configuration. As long as the notification received with message: TTS it will process it as TTS
Strange, literally as I got to the end of reading your post, my phone played back 4 notifications in a row.
I just checked the notification-history in the app-config, and I see the notifications each arriving at different times, however they didn’t play until later and in sequence.
The tts part only seems to be valid for android. Maybe I should have asked more specificly any way to play tts over the mobile app on ios? Besides uploading a specific wav file.