Status Card - Show Entities based on its state grouped by domain/device class

Status-Card

image

Hi there,

i am a user of Dwains Dashboard and i always thought this is kinda perfect. Because of lack of support with this project i wanted to make my own dashboards but this is where the trouble begins…

There are plenty of cards which can handle most stuff but there was no card like the status card.

I tried a bit with auto entities but was not satisfied with the end product so i tried to make my own card. Porblem was and still is that i don’t know much about javascript and development for HA. But i still tried and now i have a working card.

I still hope this card comes to HACS but at this point you hav to manually add it as a custom repo to your HACS.

Status Card - GitHub

I have to say that it works for me and some other people but this card is not widely tested. So if any problems may happen just open an issue on GitHub.

Features

  • shows person entities
  • shows all entities which aren’t off grouped by domain or deivce class
  • customization of domains and device classes
  • can show extra entities
  • you can hide certain entities
  • graphical editor
  • should work in all available HA languages

How does it work?

This card shows every person entity which is present in your HA environment. You can also disable that person entities will be shown.
Also this card goes through a bunch of domains and device classes and looks for the state of all entities inside them.

If the entity is on, home or open (or something else which isn’t off) it will show up in the card.
Please keep attention that it will only show entities which are linked to any area. Without this it would be a mess.

Screenshots

Graphical Editor

Adding Extra Entities

image image

Customization of Domains or Device Classes

image image

Bulk Mode

image

Installation

Hacs

Add this repository via HACS Custom repositories

(How to add Custom Repositories)

EDIT: changed screenshots

3 Likes

How to not show person’s name?

This is Not possible at the moment. The only way would be to change the name of a person in HA settings or completely hide the persons in my status card.

made a new update, so you can hide all names for domains, device classes, extra entities and persons. check it out :slight_smile: