Minimalistic Home Assistant Dashboard with Custom Cards


Hello everyone,

I wanted to share my minimalistic dashboard that I’m using from past few weeks The dashboard consists of various cards that display information about active devices, person status, and other important details.

The Code is available on the below GitHub link:
HA Custom Cards

  • Room Cards
  • Light Cards
  • Person Cards
  • Media Player Card
  • Switch Cards
  • Device Cards
  • Usage Cards
  • Utilization Card
  • Storage Cards
  • Information Cards

I hope this dashboard will be useful to other Home Assistant users who want a clean and functional interface for their smart home devices.

7 Likes

any way to install it via hacs?

edit: I figured out how to use, no need to install via hacs, I only have one doubt about the icons, the “ssb” icons need to be installed some package to work?

Copy this module to config folder and add it under resources in HA.

Dang, good job. For now I’ve just setted up multiple mushroom entity/template cards and are good enough for displaying even custom info, but i love the nesting of information in the card (knowing room temp + humidity or the flexibility to know the used storage vs the storage capacity).
I like the look of the graphs too, it’s not too invasive but effective.
Thanks for sharing the code! Will implement at some point