Since updating to 2026.2.2 my android phone notifications that include text to speech no longer work. I’ve tried:
actions:
- action: notify.mobile_app_phone_name
data:
message: TTS
tts_text: "test message"
and
- action: notify.mobile_app_phone_name
data:
message: "test message"
tts: true
Error: extra keys not allowed @ data[‘tts’]
Error: extra keys not allowed @ data[‘tts_text’]
This worked fine until yesterday. I’m running home assistant on a generic x86.
- Installation method Home Assistant OS
- Core 2026.2.2
- Supervisor 2026.02.2
- Operating System 17.1
- Frontend 20260128.6
My phone app is updated to the latest, 2026.2.1-full, and I’ve cleared all caches and restarted without success. Is anyone else seeing this as a new bug?