Home Assistant 2022.10.5
Supervisor 2022.10.0
Operating System 9.3
Frontend 20221010.0 - latest
Phone Android Pixel 4a (5G) OS 13
I’m sending Audio text Notifications to my phone and Google Minis using the tts google player to speak the text.
I always receive the first part of the message…
“Notification from Pushover it says…”
or
“Notification from Home Assistant it says…”
But I don’t always receive the 2nd half of the message that specifies the event that occured.
Such as “Notification from Pushover it says the front door was opened”
I don’t receive the 2nd part of the message about half the time.
Any idea what’s going on ?
alias: Front Door Was Opened (Announce on CELL and Google Mini)
description: ""
trigger:
- type: opened
platform: device
device_id: 30fba7ec800732c769e5e60c5a3781ca
entity_id: binary_sensor.front_door
domain: binary_sensor
condition: []
action:
- service: notify.pushover
data:
message: The Front Door Was Opened
- delay:
hours: 0
minutes: 0
seconds: 5
milliseconds: 0
- service: tts.google_translate_say
data:
entity_id: media_player.google_home_1st_fl
message: The Front Door Was Opened
- wait_template: ""
timeout: "00:10:00"
continue_on_timeout: true
mode: single
Thanks
Chas