home-assistant-api
Installation
SKILL.md
Home Assistant REST API Orchestration Skill
This skill provides access to the Home Assistant REST API for building integrations, automating smart home devices, and managing Home Assistant instances programmatically.
Quick Reference: When to Load Which Resource
| Task | Load Resource |
|---|---|
| Setting up authentication, understanding API basics, HTTP methods | resources/core-concepts.md |
| Querying entity states, updating states, monitoring changes | resources/state-management.md |
| Controlling lights, climate, locks, and other devices | resources/service-reference.md |
| Understanding light, switch, sensor, climate entity types | resources/entity-types.md |
| Server-side template queries, complex filters, aggregations | resources/templates.md |
| System configuration, component discovery, error logs | resources/system-config.md |
| Complete code examples, client libraries, patterns | resources/examples.md |