ha-dashboard-create
Installation
SKILL.md
Works with Python websocket-client, WebSocket API authentication, and Lovelace configuration.
Home Assistant Dashboard Creation
Create and update Lovelace dashboards programmatically using the WebSocket API.
CRITICAL: Dashboard URL Path Requirements
Home Assistant requires dashboard URL paths to contain a hyphen:
- ✅ CORRECT: "climate-control", "mobile-app", "energy-monitor"
- ❌ WRONG: "climate", "mobile", "energy"
Rule: Always use kebab-case with at least one hyphen in the url_path field.