Configuration
Configure Selora AI after installation — LLM provider setup, device discovery, and integration options.
Search results
Initial Setup
Select your LLM provider and fill in the required fields (see the tables below).
Anthropic Claude
| Field | Required | Default | Description |
|---|---|---|---|
api_key | Yes | — | Your Anthropic API key |
model | No | claude-sonnet-4-6 | Model to use. Can be changed later in integration options. |
OpenAI
| Field | Required | Default | Description |
|---|---|---|---|
api_key | Yes | — | Your OpenAI API key |
model | No | gpt-4o | Model to use. Can be changed later in integration options. |
Ollama (local)
| Field | Required | Default | Description |
|---|---|---|---|
url | Yes | http://localhost:11434 | Base URL of your Ollama server, reachable from the HA host |
model | Yes | llama4 | Name of the locally pulled Ollama model |
Integration Options
After setup, click Configure on the Selora AI card to adjust:
| Option | Description |
|---|---|
| LLM model | Switch models without re-entering your API key |
| Analysis frequency | How often Selora AI scans for new automation ideas |
MCP Tokens
Selora AI tokens let you authenticate external MCP clients without sharing your Home Assistant credentials. Unlike HA long-lived access tokens, Selora AI tokens only grant access to the MCP server and support granular permission levels.
Creating a token
In the Selora AI settings panel, under Remote Access & MCP Authentication, click Create Token. Choose a name, permission level, and optional expiration. The token is shown only once — copy it immediately.
Permission levels
| Level | Access |
|---|---|
| Read-only | Read-only tools only (list automations, get snapshots, list suggestions, etc.) |
| Admin | Full access to all MCP tools including write operations |
| Custom | You choose exactly which tools are allowed |
Expiration
Tokens can be set to expire after 7 days, 30 days, 90 days, 1 year, or never. Expired tokens are automatically rejected.
Revoking a token
Click the Revoke button next to any token in the list. The token is invalidated immediately.
Last modified April 11, 2026: Update Selora AI installation docs for live configuration (2a6535b)