You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Expose a service like the image generation, that call the AI service just for generate a message with the home context.
For coding automatisation, like a welcome message different each day.
A service call permit to add some additional information like weather forecast or whatever.
I dont find in home assistant native API a service to call directly Voice Assist feature.
The text was updated successfully, but these errors were encountered:
You can do this once you've set up a voice assistant entity with the following service call:
alias: "Process Command via Conversation"
sequence:
- service: conversation.process
data_template:
text: "{{ chat command }}"
agent_id: <get this by calling the service under Developer Tools/Services and editing in YAML >
You can get responses as well - look at the docs for conversation!
Expose a service like the image generation, that call the AI service just for generate a message with the home context.
For coding automatisation, like a welcome message different each day.
A service call permit to add some additional information like weather forecast or whatever.
I dont find in home assistant native API a service to call directly Voice Assist feature.
The text was updated successfully, but these errors were encountered: