Status-Card
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.
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
Customization of Domains or Device Classes
Bulk Mode
Installation
Hacs
Add this repository via HACS Custom repositories
(How to add Custom Repositories)
EDIT: changed screenshots