sbenodiz/ai_agent_ha
A Home Assistant custom component that provides an AI-powered agent capable of generating automations based on natural language queries. The agent connects to all entities in your Home Assistant instance and uses OpenAI's or Llama API to translate user requests into valid Home operations including creating automations for you!
Platform-specific configuration:
{
"mcpServers": {
"ai_agent_ha": {
"command": "npx",
"args": [
"-y",
"ai_agent_ha"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
Loading reviews...