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 field. When to Use This Skill Use this skill when you need to: - Create Home Assistant dashboards programmatically via W…