HA Dashboard Design — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited HA Dashboard Design (Agent Skill) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
Copy-paste-ready dashboard designs for Home Assistant. Pick a style, copy the blocks you need.
| Style | Feel | Best for |
|---|---|---|
glassmorphism | Frosted glass, depth, blur | Dark wallpaper backgrounds |
dark-minimal | Pure black, clean typography | Focus, productivity |
material-you | Google Material 3, dynamic color | Modern, familiar |
nordic | Light, airy, Scandinavian | Bright rooms, day use |
neon-cyberpunk | Glow effects, vivid neon | Night mode, wow factor |
warm-home | Amber/orange, cozy | Living rooms, evening |
soft-pastel | Soft pinks, lilac, mint | Friendly, family homes |
luxury-gold | Deep navy + gold accents | Premium, sophisticated |
retro-terminal | Green phosphor, monospace | Geek aesthetic |
config/themes/your-style.yaml# configuration.yaml - enable themes folder
frontend:
themes: !include_dir_merge_named themes/# Activate theme in dashboard
theme: your-theme-nameTo generate background images or dashboard mockup visualizations matching any style, read references/image-prompts.md - contains ready-to-paste prompts for Midjourney, DALL-E 3, Stable Diffusion, and Flux for every style.
Read only the file for the requested style:
references/glassmorphism.mdreferences/dark-minimal.mdreferences/material-you.mdreferences/nordic.mdreferences/neon-cyberpunk.mdreferences/warm-home.mdreferences/soft-pastel.mdreferences/luxury-gold.mdreferences/retro-terminal.mdreferences/image-prompts.md - image generation prompts for backgrounds and mockupsEach reference file contains copy-paste blocks for:
Always default to `masonry` - it works in all HA versions and requires no setup.
# Safe default - works everywhere
views:
- title: Home
type: masonry # ← default, always works
cards:
- ...type: sections (HA 2024.6+ grid layout) can give a blank page if the user's HA version doesn't support it or if the view structure is wrong. Only suggest it if the user explicitly asks for it or confirms they're on HA 2024.6+.
type: masonry unless user specifically asked for Sectionssensor.YOUR_TEMPERATURE)Pairs with:
ha-yaml skill - for automations that respond to dashboard interactionsapi-catalog skill - for sensor data displayed on the dashboard~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.