HA Dashboard Design
Beautiful, copy-paste-ready Home Assistant dashboard designs with complete CSS themes, card-mod styles, and button-card templates. Nine distinct visual styles: Glassmorphism, Dark Minimal, Material You, Nordic, Neon/Cyberpunk, Warm Home, Soft Pastel, Luxury Gold, and Retro Terminal. Use this skill whenever the user wants to make their dashboard look good, asks about card styling, CSS for Home Assistant, card-mod, button-card templates, Lovelace themes, dashboard aesthetics, or wants a specific visual style - even if they don't use the words "design" or "CSS".
MCP get_skill({ skillId: "ha-dashboard-design-0e7d8e75" })Use this skill with your agent
Create a free account and connect via MCP
# 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
```yaml
# configuration.yaml - enable themes folder
frontend:
themes: !include_dir_merge_named themes/
```
```yaml
# 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.
```yaml
# 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 dashboardRelated Skills
More skills in Design, Media & Creative
Ableton Lom
Ableton Live Object Model (LOM) API reference for Python Remote Scripts and control surface development.
Accessibility Compliance
Implement WCAG 2.2 compliant interfaces with mobile accessibility, inclusive design patterns, and assistive technology support. Use when auditing accessibility, implementing ARIA patterns, building for screen readers, or ensuring inclusive user experiences.
Adobe Illustrator Scripting
Write, debug, and optimize Adobe Illustrator automation scripts using ExtendScript (JavaScript/JSX). Use when creating or modifying scripts that manipulate documents, layers, paths, text frames, colors, symbols, artboards, or any Illustrator DOM objects. Covers the complete JavaScript object model, coordinate system, measurement units, export workflows, and scripting best practices.
🎬 AI Cinema Director Skill
Direct high-fidelity cinematic video with AI — translates creative intent into technical cinematographic directives for Veo3, Kling, and Luma video models via muapi.ai
AI Clipping
Turn a long video into N viral-ready short clips with a single managed API call. Wraps muapi.ai's `/ai-clipping` endpoint, which handles transcription, highlight ranking through a virality framework (hook / emotional peak / opinion bomb / revelation / conflict / quotable / story peak / practical value), overlap dedupe, and vertical face-tracking auto-crop server-side. No local Whisper, no local LLM, no GPU.
AI Workflow Builder
Build, run, and visualize multi-step AI generation workflows. The AI architect translates natural language descriptions into connected node graphs — chain image generation, video creation, enhancement, and editing into automated pipelines.
Explore Other Categories
Skills from other categories with shared topics
API Catalog
Reference guide for connecting popular APIs to Home Assistant via Node-RED, YAML, or custom integrations. Covers authentication, endpoints, and complete working examples for: energy APIs (Tibber, Nordpool), weather (SMHI, OpenWeatherMap, yr.no), transport (SL, Trafikverket, Resrobot), smart home clouds (Shelly, Tuya, Philips Hue, IKEA), and global APIs (OpenAI, Spotify, Google Calendar, Telegram, GitHub). Use this skill whenever the user mentions a specific external service, API, or data source they want to connect to Home Assistant - even if they don't say "API".
HA Integration Dev
Home Assistant custom integration development in Python. Covers custom_components, DataUpdateCoordinator, config_flow, OAuth2, conversation agent, HACS publishing, device registry, entity platforms, services, repair issues, diagnostics, Bluetooth integrations, and multi-coordinator patterns.
Home Assistant YAML
Home Assistant YAML configuration and automation. The most common skill for general HA questions. Covers automations, blueprints, scripts, scenes, template sensors, Lovelace dashboards, Mushroom cards, packages, helpers, presence detection, voice Assist, calendar automation, Jinja2 templates, notification patterns, energy monitoring, Matter devices, automation debugging and traces, dashboard sections view, and trigger-based template entities.