A clean, modern, and minimalistic dashboard design for Home Assistant that provides an elegant interface for your smart home.
Before installing this dashboard, ensure you have:
- Home Assistant installed and running
- HACS (Home Assistant Community Store) installed
- Basic knowledge of Home Assistant's YAML configuration
You'll need to install the following add-ons from HACS before using this dashboard configuration:
- Open Home Assistant
- Navigate to HACS in the sidebar
- Click on Frontend
- Search for each add-on by name or use the links above
- Click Download for each add-on
- Restart Home Assistant after installing all add-ons
- In Home Assistant, click on Settings (gear icon in the sidebar)
- Navigate to Dashboards
- Click the + ADD DASHBOARD button in the bottom right
- Choose New dashboard from scratch
- Give your dashboard a name (e.g., "Minimalistic Dashboard")
- Set the icon and other preferences as desired
- Click CREATE
- Navigate to your newly created dashboard
- Click the three-dot menu (⋮) in the top right corner
- Select Edit Dashboard
- While in edit mode, click the three-dot menu (⋮) again
- Select Raw configuration editor
- This will open a YAML editor
- Delete any existing YAML code in the editor
- Copy the entire contents of the
dashboard.yamlfile from this repository - Paste it into the Raw configuration editor
- Click SAVE in the top right corner
- Exit edit mode
After installation, you'll need to customize the dashboard to match your Home Assistant entities:
The dashboard uses placeholder entity IDs. You'll need to replace them with your actual entities:
- Enter Edit Dashboard mode
- Open the Raw configuration editor
- Search for entity IDs (e.g.,
light.living_room,sensor.temperature) - Replace them with your actual entity IDs
- Save your changes
- Lights (
light.*) - Switches (
switch.*) - Sensors (
sensor.*) - Climate controls (
climate.*) - Media players (
media_player.*) - Covers/Blinds (
cover.*)
This dashboard uses Card Mod for styling. You can customize colors, spacing, and other visual elements by modifying the card_mod sections in the YAML configuration.
- Ensure all required HACS add-ons are installed
- Clear your browser cache (Ctrl+Shift+R or Cmd+Shift+R)
- Restart Home Assistant
- Check that your entity IDs are correct
- Verify entities exist in Developer Tools > States
- Ensure Card Mod is properly installed
- Check browser console for errors (F12)
If you encounter issues:
- Check that all prerequisites are met
- Verify HACS add-ons are up to date
- Review the Home Assistant logs for errors
- Open an issue in this repository with details about your problem
Contributions are welcome! Feel free to:
- Submit bug reports
- Suggest new features
- Create pull requests with improvements
This project is provided as-is for use with Home Assistant. Feel free to modify and share.
- Home Assistant community
- HACS developers
- All the custom card developers whose work makes this dashboard possible
Note: Remember to replace all placeholder entity IDs with your actual Home Assistant entities after installation.





