I’m sure this has been asked before but I wasn’t sure what exactly to search, so I couldn’t find anything about it.
Basically I am wondering if it’s possible to get the dialog that appears when you click a device, such as this, embedded directly in a dashboard so you don’t have to click to make it appear:
The closest I could get was this using various configurations of the card:
That’s ok for that particular device, but for another example, my Roborock:
The closest I could get is this:
And that took a bunch of toying around with it. Is there any built-in way to just embed it as-is?
EDIT: Ok as usual I figured out a workaround after posting, but it requires a couple HACS plugins:
- more-info-card
- card-mod
Technically only “more-info-card” is necessary but the card-mod one is helpful to remove some extra entity stuff that shows up at the top, by adding this to the yaml of the card:
card_mod:
style: |
state-card-content{
display: none;
}