ha-yaml-automations
Installation
SKILL.md
Home Assistant YAML Automations
YAML Style Rules
- 2-space indentation (never tabs)
- Lowercase booleans:
true/false - Entity IDs:
domain.entity_name(lowercase, underscores)
true / falsedomain.entity_name (lowercase, underscores)