AgentStack
Browse Sign in
Browse Why AgentStack Sell Docs
Sign in
SKILL verified MIT Self-run

HA Dashboard Design

skill-tonylofgren-aurora-smart-home-ha-dashboard-design · by tonylofgren

>

No reviews yet
0 installs
21 views
0.0% view→install

Install

$ agentstack add skill-tonylofgren-aurora-smart-home-ha-dashboard-design

✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.

Security review

✓ Passed

No issues found. Passed automated security review. · v0.1.0 How review works →

  • Prompt-injection patterns
  • Secret / credential exfiltration
  • Dangerous shell & filesystem operations
  • Untrusted network calls
  • Known-malicious package signatures

What it can access

  • Network access No
  • Filesystem access No
  • Shell / process execution No
  • Environment & secrets No
  • Dynamic code execution No

From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.

View the full security report →

Verified badge

Passed review? Show it. Paste this badge into your README, it links to the public security report.

AgentStack Verified badge Links to your public security report.
[![AgentStack Verified](https://agentstack.voostack.com/badges/verified.svg)](https://agentstack.voostack.com/security/report/skill-tonylofgren-aurora-smart-home-ha-dashboard-design)

Reliability & compatibility

Security review passed
0 installs to date
no reviews yet
1mo ago

Declared compatibility

Claude CodeClaude Desktop

Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.

Preview Execution monitoring

We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.

How agent discovery & health will work →
Are you the author of HA Dashboard Design? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

HA Dashboard Design

Copy-paste-ready dashboard designs for Home Assistant. Pick a style, copy the blocks you need.

Prerequisites (install via HACS)

  • card-mod - CSS styling for any card
  • button-card - fully customizable button cards
  • mini-graph-card - beautiful graphs (optional)
  • mushroom - modern card suite (optional, used in some styles)

Available Styles

| 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 |

How to Use

  1. Read the reference file for the chosen style
  2. Copy the Theme YAML → paste into config/themes/your-style.yaml
  3. Copy the card-mod global styles → paste into your dashboard resources
  4. Copy individual card blocks → paste directly into your dashboard YAML
  5. Adjust entity IDs to match your setup

Quick Start - Any Style

# configuration.yaml - enable themes folder
frontend:
  themes: !include_dir_merge_named themes/
# Activate theme in dashboard
theme: your-theme-name

Image Generation

To 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.

Reference Files

Read only the file for the requested style:

  • references/glassmorphism.md
  • references/dark-minimal.md
  • references/material-you.md
  • references/nordic.md
  • references/neon-cyberpunk.md
  • references/warm-home.md
  • references/soft-pastel.md
  • references/luxury-gold.md
  • references/retro-terminal.md
  • references/image-prompts.md - image generation prompts for backgrounds and mockups

Card Types Covered in Every Style

Each reference file contains copy-paste blocks for:

  • Sensor display - temperature, humidity, power readings
  • Media player - Spotify, TV, speaker controls
  • Climate / thermostat - temperature control with visual feedback
  • Security / alarm - arm/disarm, door/window sensors
  • Camera - live feed with overlay
  • Button grid - scene/light/device shortcuts
  • Weather - current + forecast display
  • Energy - power consumption, solar, grid
  • Light control - on/off, brightness, color temp slider
  • Presence - person/device tracker cards
  • Calendar / agenda - upcoming events
  • Statistics / graphs - sensor history, mini-graph
  • Header / navigation - page title, room nav
  • Alert banners - notifications, warnings, status

Dashboard Types

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+.

Pre-Output Checklist

  • [ ] Dashboard uses type: masonry unless user specifically asked for Sections
  • [ ] Theme YAML included with correct filename
  • [ ] card-mod styles wrapped in correct YAML structure
  • [ ] All entity IDs marked as placeholders (e.g., sensor.YOUR_TEMPERATURE)
  • [ ] HACS dependencies listed at top of output
  • [ ] Credentials/secrets not hardcoded

Integration

Pairs with:

  • ha-yaml skill - for automations that respond to dashboard interactions
  • api-catalog skill - for sensor data displayed on the dashboard

Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet, be the first.

Versions

  • v0.1.0 Imported from the upstream source.