Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| HOMEY_LOCAL_IP | Yes | Your Homey's local IP address | |
| HOMEY_API_TOKEN | Yes | Your Homey API token |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| list_devices | List all devices connected to Homey |
| get_device | Get details about a specific device |
| set_capability | Set a capability value for a device (e.g., turn on/off, set brightness) |
| list_zones | List all zones in Homey |
| trigger_flow | Trigger a Homey Flow |
| list_flows | List all flows in Homey |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |