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.

When to Use This Skill

Installs
7
GitHub Stars
1
First Seen
Jan 26, 2026
ha-dashboard-create — dawiddutoit/custom-claude