How to send a text to speech notification to your smartphone
Emiliano Guerzoni
Project Manager | BESS Development | Driving 3+ GW of Energy Storage Projects in Italy
Hi guys,
In previous articles I introduced how to send a text notification to your smartphone.
Today we'll learn how to configure an automation to send a text to speach notification instead of posting a simple text on your smartphone.
Software configuration
Home Assistant code (yaml) / steps
This is the piece of code -?Automation?- you have to write:
alias: Sending a TTS notification to your smartphone
trigger: []
condition: []
action:
? - service: notify.mobile_app_yoursmartphone
? ? data:
? ? ? message: TTS
? ? ? data:
? ? ? ? tts_text: >-
? ? ? ? ? This is an example of text to speech notification you can get on your smartphone
mode: single
This is the video showing you up the steps and the final result:
Thank you for reading and watching. ?? I hope you have enjoyed this article and video as well.
I'm available for any feedback so, feel free to contact me or share your thoughts in the comments section below.
Your feedbacks will be very appreciated!
Meanwhile,?if you liked this article share it or?subscribe?to my newsletter?about?Home Assistant?to read all previous episodes and still up to date on latest news.
--
1 年Does not work on IOS either. You just get a text message of TTS
Senior Customer Success Account Manager | Microsoft
2 年Thank you for the code, it works flawlessly on my S10! ?? On the same note, how may i change the default voice of this code? Is there another line of code?
IT Professional @ IT-Profile
2 年Not working for me. really like it if it works for me
Técnico de Secretariado
2 年Fantastic! Very useful. Thanks...