Configures Home Assistant dashboards and automations on ultraviolet. Use when editing HA dashboards, Bubble Cards, YAML configs, or using hass-cli.
Dashboards use YAML mode (not UI storage). Edit YAML files directly, then run update to deploy. UI-based editing will NOT work - changes would be overwritten on rebuild.
| Wrong | Right |
|---|---|
| Editing dashboards in HA UI | Edit YAML files, run update |
Using standard light card | Use custom:bubble-card with button_type: slider |
| Duplicating styles inline | Use YAML anchors from cards/templates.yaml |
hass-cli state list # List all entities
hass-cli state get <entity_id> # Get entity details
hass-cli service call <service> # Call a service
Token: ~/.config/home-assistant/token
All cards use custom:bubble-card. Common patterns: