What problem does it solve?
AI agents often struggle to interact with smart-home ecosystems. This Skill provides a reliable bridge to Home Assistant's REST API, enabling automated inquiries and controls from AI workflows.
Core Features & Use Cases
- Retrieve real-time entity states for lights, switches, climate, sensors, and more.
- Call services to operate devices, trigger automations, and fire custom events.
- Fetch configuration and history data to support auditing, monitoring, and proactive automation.
- Use Cases: check all lights’ states before deciding whether to adjust a thermostat, or query configuration to adapt automations to the current Home Assistant setup.
Quick Start
Install dependencies in the scripts directory, configure HOME_ASSISTANT_URL and HOME_ASSISTANT_TOKEN, then run a sample script to verify connectivity.