Setup and configure Ollama for local LLM integration with Home Assistant.
/plugin marketplace add Lobbi-Docs/claude/plugin install home-assistant-architect@claude-orchestration# Ollama Setup Command Setup and configure Ollama for local LLM integration with Home Assistant. ## Usage ## Actions | Action | Description | |--------|-------------| | install | Install Ollama on the system | | pull | Pull a model | | list | List available models | | status | Check Ollama status | | configure | Configure for Home Assistant | | benchmark | Run performance benchmark | ## Examples ## Implementation bash # Install Ollama curl -fsSL https://ollama.com/install.sh | sh # Enable service sudo systemctl enable ollama sudo systemctl start ollama # Pull recommended models...