Alert mode is for high priority notifications, things you do not want to miss.
So for when voice notifications are turned off 11pm-7am, if you have a high priority automation firing, you should enable alert mode as part of the automation, so that the (high priority) voice notification will come through regardless of the time of day. Then after the voice is played, alert mode is disabled again automatically, so as not to disturb you with low-priority notifications during the night etc.
First off thanks for this. I’ve been meaning to overhaul my TTS for a long time now.
For some reason I I can’t get the actual TTS to work at all. The text processing is working ok but I get nothing out of my google home. I did add it to the list. Nothing is showing up on my logs at all. Not sure where I should start to get it working.
doh! yes, yes it does. For some reason adding the media_player to my input_select wouldn’t work. I had to head down to the speech_processing script and manually add my media_player.google_home into the tts.google_say service line. For the moment I’m only using a single player for my TTS so this is ok for now.
Figured out my issue. In the input_select.janet_notification_media_player I was adding the entity_id of my media player and not the correct friendly_name
this works much better:
Hi guys, i have a question related to this, Janet is using google TTS service. is this a local running service or is this a connection to an online google service ?
I am asking because i am located in Shanghai and google is not accessible.
if you can use tts google. then you can use janet. for tts platform, I see many people also use amazon polly. so as long as you have tts that already work then you can use janet for speech. also for text you can use notify you already have.