Hi everyone,
I’ve made a custom dashboard card for Home Assistant that can visualize temperature, humidity, CO2, and PM2.5 values from the sensors around your home.
It can also calculate a whole-home average, classify the values, display trends and daily min/max values, compare rooms, and a few other things. It is available in a few languages such as en, de, nl and in light and dark mode. Also, Fahrenheit as unit of measurement should work (but I have never had the chance to test it in a productive HA instance).
I’ve been developing and using the card myself for quite a while, but I eventually decided to make it public so other people can use it too. That is also why the first public release will be version 2.38.2 instead of starting at 1.0.
I spent quite some time making it customizable through YAML, and I hope the README helps with setting everything up.
There are still a few known issues. Most importantly, some four-digit CO2 values and two-digit PM2.5 values can get clipped in certain layouts. So yes, not exactly a rare edge case, hahaha.
Some optional features also require specifically configured template sensors, such as daily min/max values and trend entities. I will eventually share the templates I use on GitHub as well, since I learned that calculating actual daily min/max values instead of rolling 24-hour values is a little tricky in Home Assistant.
I’d honestly just be really happy to see someone else using the card in their dashboard. Screenshots of working setups would be great, but problems, bugs, and things that are confusing are just as helpful.
The card is still under active development, and I have a few more features planned. For now, though, I’d mainly like to see how it works outside my own little Home Assistant universe.
You can find the card, README, and installation instructions here:
It can be installed through HACS as a custom repository or downloaded manually.
Thanks a lot, and I hope some of you like it!














