#TTS mobile app notification in different language

1 messages · Page 1 of 1 (latest)

placid sail
#

i'm trying to get a tts notification on my phone in another language (Dutch). ive tried some stuff already but cant seem to figure it out

sequence:
  - service: notify.mobile_app_rob_s_note_22_ultra
    data:
      message: TTS
      data:
        ttl: 0
        priority: high
        media_stream: alarm_stream_max
        tts_text: "Smoke is detected!"
        channel: alarm_stream
        persistent: true
        sticky: true
        color: red
        vibrationPattern: "100, 1000, 100, 1000"
        tag: critical_alert
mode: single

i want to change the text to dutch but also have a dutch voice speak the notification.

modest jacinth
#

hello what you need to do is go in your devices TTS settings and change the default language there, then provide the correct text and it should be spoken appropriately

placid sail
modest jacinth