Ha Integration Scaffold banner
nodnarbnitram nodnarbnitram

Ha Integration Scaffold

Development community

Description

--- description: Generate boilerplate for a new Home Assistant custom integration argument-hint: <domain> [--with-config-flow] [--platforms sensor,switch,...] allowed-tools: Write, Bash --- # Home Assistant Integration Scaffold Generate boilerplate files for a new Home Assistant custom integration. **Arguments**: $ARGUMENTS **Important**: - First argument: **domain** (kebab-case identifier, e.g., `my-integration`) - Optional flags: - `--with-config-flow`: Include config_flow.py for UI-base

Installation

Installs to ~/.claude/commands/nodnarbnitram-claude-code-extensions-ha-integration-scaffold.md

Terminal
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/nodnarbnitram/claude-code-extensions/HEAD/.claude/commands/ha-integration-scaffold.md -o ~/.claude/commands/nodnarbnitram-claude-code-extensions-ha-integration-scaffold.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository