Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| HA_URL | Yes | Your Home Assistant instance URL | |
| HA_TOKEN | Yes | Your Home Assistant long-lived access token |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| get_state | Get the current state of a Home Assistant entity |
| toggle_entity | Toggle a Home Assistant entity on/off |
| trigger_automation | Trigger a Home Assistant automation |
| list_entities | List all available entities in Home Assistant |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |