A status card for home assistant dashboard
This is my first custom card for Home Assistant. I am not a coder and have no background in coding. I always tried to achieve something like this with different approaches but nothing was the way in wanted to. So i tried a bit and i was able to create my own custom card.
This card i highly influenced by Dwains Dashboard. I tried to to have this in every dashboard i want and dont want to be restricted by Dwains Dashboard.
I also made some tweaks so it has some more functions. I added a graphical Interface to edit the card. Everything is managable from GUI :)
- 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
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.
Add this repository via HACS Custom repositories
https://github.com/xBourner/status-card
(How to add Custom Repositories)
Name | Type | Default | Description |
---|---|---|---|
extra_entities | Array | none | will show an extra entity |
-entity | entity_id | none | which entity will be shown |
- status | state | none | entity will only be shown if it has this state |
- icon | mdi:icon | none | custom mdi:icon |
- color | color | none | custom color |
showPerson | bool | true | choose if you want to see person entities or not |
hidden_entities | string | none | choose which entities will not be shown in the card |
bulkMode | bool | false | toggles a mode in which you get a list instead of cards which can be copy pasted |
colors | array | none | shows settings for domain icon color |
- domain | color | none | will change the icon color of the domain |
names | array | none | shows settings for domain names |
- domain | name | none | will change the name of the domain |
icons | array | none | shows settings for domain icons |
- domain | icon | none | will change the icon of the domain |
newSortorder | array | none | lets you change the default sorting by domains/device classes |