How to display alarm control panel in HA states

HI,

only just started experimenting with the alarm control panel https://www.home-assistant.io/components/manual/, I am a bit puzzled how to have it displayed in the frontend. In states that is, I have found the alarm panel card for Lovelace.

I now tried this:


group:
  alarm_control_panel:
    name: Ha Alarm panel
    icon: mdi:shield-home
    entities:
      - alarm_control_panel.ha_main_alarm

which only shows:

02

and on more-info:

is that all possible in HA States, or am I overlooking other options available.

thanks for having a look

Add the actual lovelace card:

yes, as I mentioned, I have that, but that is for Lovelace. I like to display the alarmpanel in HA States.