Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| PORT | No | Port number for the HTTP server when using HTTP/SSE transport | 3000 |
| HASS_URL | Yes | URL to your Home Assistant instance (e.g., http://homeassistant.local:8123) | |
| HASS_MOCK | No | When set to "true", enables mock data mode for testing without a Home Assistant connection | false |
| HASS_TOKEN | Yes | Long-lived access token for authenticating with Home Assistant |
Schema
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
No tools | |