I am trying to make a speaker with an ESP32-S3-Dev1 board that can use the "assist_satellite.announce" to push TTS from an automation. This will be used for medication reminders. I can not find any information in the documents to tell me what I need to add in ESPhome to make this available.
I tried setting up a standard Voice Assistant that works with the wake word, but it will not let me select it when I try to use assist_satellite.announce.
I also tried setting up a media player and I can push TTS to it using tts.speak, but still nothing from assist_satellite.announce.
Recently I am using the Speaker Audio Media Player combo and that got the voice assistant to pop up in assist_satellite.announce, but it crashed the ESP32 and never showed up again.
Is there something I am missing? Is there some code I need to add to the ESPHome YAML? Will this only work on some devices?
Thanks for your help.