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

5 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:

Excellent work - it would be very helpful to be able to exclude devices by label though.

Hello, first of all, thank you for the great card. Unfortunately, the display of updates is not working for me. Does this only work for Home Assistant updates? I would also like to display HACS updates; I have already set a label with ‘Update’ for an available update, but unfortunately, it doesn’t work

Saw this as well. I am 100% sure that updates have worked before. Not sure why this is not working but I will put it on my list.

Currently working on another issue. Hopefully I will fix this in the next update too

EDIT: did not thought about this as i was writing. updates work as every other domain/device class. you need to assign an area to show.
but i need to say this makes no sense for update so i wrote a function that always shows updates when they are available. so they wont have to be assigned to an area.

will be live in next update

1 Like

Hi and thanks for this card. I don’t know if this is already known but within the domain “light” there are only a few lights shown. Any idea why? The remarkable thing is, that the lights from my cameras (IR lights) are shown all others are not. All my lights are starting with light.xxxxx
Thanks

Update: Sorry my bad … just read it … “all entities must be linked to an area” sorry … it’s working.

Br

The card is very nice. However, in my case, you can’t edit anything outside the area. No slider works.
I don’t know if it’s not due to the large number of devices. Has anyone had similar problems?
Core 2024.11.3

Are you on the latest release? 2.3.1?
Some people had the same errors but I did some changes on the latest release

I’m very sorry. I didn’t notice the update. Now everything is fine.

Hello, I really like your card and enjoy using it, thank you. However, I don’t understand the “Calendar” option. I’ve activated it, but nothing is ever displayed. How can I use it? I would like to see my daily appointments with it—would that be possible?

Pretty easy to answer. Calendar only shows if your calendar entity like calendar.holidays is assigned to any area. After binding to an area there has to be at least one entry in your calendar so the calendar attribute would go from 0 to 1 (or how many calendar entries you have)

I wanted to have the assignement to an area because it could be messy with showing all entities with and without an area. but i also changed this for updates maybe i will change it for calendar too

1 Like

Love the card. I do have one issue though, my lights status isn’t showing all of the lights in my HA instance. Anyone else having the same issue?

All Entities/Devices you want to show in the card needs to be assigned to an area. Otherwise the entities wont be shown. Its just that the card wont show thousands of entities.

1 Like

I love this Status Card!!! Thank you very much for putting it together. I originally found you in one of the old DD Discord channels.

Question: Can we use Card Mode to edit the CSS of certain things?

Yes of course. I don’t know how exactly but it works. I think someone on GitHub posted some variables how to do that.

Yes, for this you will have to learn css & card-mod.

One of the best cards if you do not want to touch any yaml code. Everythig can be done via UI. Thanks so much for that.

There is another one available called Area Card Plus which fits perfectly to the status card.

I’m having a weird problem where the card isn’t showing entities in the areas selected and showing entities from other areas instead. Under “Edit Content” the automatically selected content appears correct, but it isn’t showing up and instead it’s selecting some random entities from random areas. I can work around this by selecting Extra Entities that I want, but there’s an open issue (extra_entities not following definined Actions · Issue #34 · xBourner/status-card · GitHub) with extra entities not following defined actions.