You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a proposition to improve on the entities card. This would allow expanding / collapsing groups and optionally other items into the entities list. This would allow a very short overview with access to the main functions and still expanding to allow fine grained control of your home.
Add a simple setting allowing the expansion / collapse of a group. Change the following:
type: entities
entities:
- entity: group.gartenlicht
expand_into: group
The view would be as follows:
and tapping on the row "Gartenlicht" would change the view to
a second tap would close it back up. Expanding another entity would close this one as well (reduce screen useage).
A bit more: Add sub entities
This way you can manually define entities which will be shown upon expansion.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
I have a proposition to improve on the entities card. This would allow expanding / collapsing groups and optionally other items into the entities list. This would allow a very short overview with access to the main functions and still expanding to allow fine grained control of your home.
Overall yaml
Simple case: group
Add a simple setting allowing the expansion / collapse of a group. Change the following:
The view would be as follows:


and tapping on the row "Gartenlicht" would change the view to
a second tap would close it back up. Expanding another entity would close this one as well (reduce screen useage).
A bit more: Add sub entities
This way you can manually define entities which will be shown upon expansion.
Expansion would look as follows:

Most complex: Expand into a card
Expanding in a card would give you full control over whatever you want to display in the expanded section.
This would allow you to do something like this

If possible I could help getting this built, but it would take a long time - I have not checked the home assistant code base at all.
Beta Was this translation helpful? Give feedback.
All reactions