Alarm Control Panel Entity view vs card view

This is the view I get when I click on my alarm_control_panel.home_alarm entity:


I really like that view and want to display it on my wall panel; however, when I add the entity card it looks like this:
Screenshot 2024-11-28 104007

Can I use the card I see when I just manually click the entity name?

Have you tried a tile card? On my panel this:

image

Expands to this:

Probably the OP wants to have more-info for “alarm_control_panel” entity shown as a card.
There is a custom card which was used by users to show a more-info window as a card - but I have no idea if it works now for “alarm_control_panel” entities.

1 Like

It does seem to:

type: custom:more-info-card
entity: alarm_control_panel.alarmo
2 Likes

Thanks to Thomas Loven then))