Hi, I was updating my HASS installation to use the ask question feature.
I wrote this simpel script:
action: assist_satellite.ask_question
metadata: {}
data:
question: WHY IS THIS NOT WORKING????
preannounce: false
entity_id: assist_satellite.livingroom_english
answers:
- id: "yes"
sentences:
- "yes"
response_variable: answer_output
When I run this script it throws an unknown error. When looking into the logs, an "not implemented " is revealed. (See Picture)
My satelites are raspberry pies and they are implemented with the use of this Github https://github.com/rhasspy/wyoming-satellite.