If I may jump in here, as @dimitri.landerloos is doing a really great job in single-handedly supporting nearly all requests, but this is something out of scope for mushroom-cards
. Thanks again Dimitri, btw!
There are numerous ways to achieve most of what you want. Iβll try to stay brief, because this is not something for this already overcrowded topic. So upfront, if you have further questions, please open up a new topic, and if you want to, tag me so I can jump in.
- Home-feed-card
This card can combine different sensors into one overview.
Lovelace: Home Feed Card - Logbook-card (HA default)
Logbook Card - Home Assistant - Logbook-card (pimped version,
custom_component
)
GitHub - royto/logbook-card: Logbook card for Home Assistant UI Lovelace - Setup a template sensor and combine the values in there.
Template - Home Assistant
All of these can be combined into one or more browser_mod
popups, or used standalone as a card in your dashboard. You can even use these in combination with cards like state-switch
or expander-card
to hide the information first, and open it with a click.
As I said, numerous ways, and out of the scope of this topic. Feel free to open a new one!