Home Assistant YAML
Installation
SKILL.md
Home Assistant Automation
Reference skill for Home Assistant configuration and automation.
Overview
Core principle: Never generate YAML without understanding the user's intent. Automation vs blueprint, UI editor vs YAML files, and entity naming conventions must be clarified first.
Context: This skill requires intent clarification before any YAML generation. Automations are specific to a user's setup; blueprints are reusable templates. The format (UI vs YAML) affects how entities are referenced.
The Iron Law
CLARIFY INTENT BEFORE GENERATING ANY YAML
USE MODERN SYNTAX: action: (not service:), triggers:/conditions:/actions: (plural)
Ask: Automation or Blueprint? Format: UI or YAML? Never assume. Never skip these questions.
Related skills