I'm unable to find the agent_id of particular assistant to be able to send request to it via WebSocket API. Any hints where is it provided ? https://developers.home-assistant.io/docs/intent_conversation_api
#Using WebSockets API to Assist - when I have several assistants, how do I find `agent_id`?
1 messages · Page 1 of 1 (latest)
quick way might be: dev tools - states - in filter entities type "conversation" and you will get a list of your conversation agent entities
Thanks a lot!!! It works indeed.