ha-integration-dev
✓Use when user EXPLICITLY requests "custom integration", "custom component", "Python for HA", "HACS", or "config_flow". NOT for: YAML automations (use home-assistant skill), Node-RED flows (use node-red skill), ESPHome device configs (use esphome skill).
Installation
SKILL.md
Reference skill for developing Home Assistant custom integrations in Python.
If the user's request does NOT explicitly mention "custom integration", "Python", or "HACS", ASK:
"Do you want to: Develop a Python custom integration (customcomponents, configflow, HACS) Create a YAML automation (automations.yaml, blueprints - use home-assistant skill) Build a Node-RED flow (visual automation - use node-red skill) Configure an ESPHome device (ESP32/ESP8266 firmware - use esphome skill)"
Use when user EXPLICITLY requests "custom integration", "custom component", "Python for HA", "HACS", or "config_flow". NOT for: YAML automations (use home-assistant skill), Node-RED flows (use node-red skill), ESPHome device configs (use esphome skill). Source: tonylofgren/aurora-smart-home.
Facts (cite-ready)
Stable fields and commands for AI/search citations.
- Install command
npx skills add https://github.com/tonylofgren/aurora-smart-home --skill ha-integration-dev- Category
- </>Dev Tools
- Verified
- ✓
- First Seen
- 2026-02-01
- Updated
- 2026-02-18
Quick answers
What is ha-integration-dev?
Use when user EXPLICITLY requests "custom integration", "custom component", "Python for HA", "HACS", or "config_flow". NOT for: YAML automations (use home-assistant skill), Node-RED flows (use node-red skill), ESPHome device configs (use esphome skill). Source: tonylofgren/aurora-smart-home.
How do I install ha-integration-dev?
Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/tonylofgren/aurora-smart-home --skill ha-integration-dev Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor
Where is the source repository?
https://github.com/tonylofgren/aurora-smart-home