Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| HA_URL | No | URL of your Home Assistant instance | http://homeassistant.local:8123 |
| HOME_ASSISTANT_TOKEN | Yes | Your Home Assistant Long-Lived Access Token |
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| control_device | Control a Home Assistant entity by turning it on or off. |
| search_entities | Search for Home Assistant entities matching a natural language description. |
| set_device_color | Set the color and optionally brightness of a light entity. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |