homeassistant-config
Installation
SKILL.md
Home Assistant Configuration Skill
Create and manage Home Assistant YAML configuration files including automations, scripts, templates, blueprints, and file organization.
Slash Commands
| Command | Description |
|---|---|
/ha-find-duplicates [path] |
Find duplicate automations and scripts in configuration |
/ha-find-duplicates
Scans Home Assistant configuration files to find:
- Exact duplicates: Automations/scripts with identical triggers and actions
- Similar items: Items with 80%+ similarity (name, entities, structure)
- Trigger conflicts: Multiple automations responding to the same trigger
Usage: /ha-find-duplicates /path/to/config or /ha-find-duplicates for current directory.