Move HA user agent routing to options

This commit is contained in:
2026-05-06 14:39:46 +02:00
parent 2a02c18b86
commit 1624bb9ff7
7 changed files with 155 additions and 19 deletions
+5
View File
@@ -39,6 +39,8 @@
"description": "Configure context and tool-calling behavior.",
"data": {
"agent_id": "Agent ID (e.g. main)",
"fallback_agent_id": "Fallback agent ID",
"user_agent_map": "HA user to agent map (JSON)",
"voice_agent_id": "Voice agent ID (optional)",
"assist_session_id": "Assist session ID override (optional)",
"include_exposed_context": "Include exposed entities context",
@@ -53,6 +55,9 @@
"thinking_timeout": "Response timeout (seconds)"
}
}
},
"error": {
"invalid_user_agent_map": "User agent map must be a JSON object whose keys are Home Assistant user IDs and whose values are OpenClaw agent IDs."
}
},
"entity": {