Show alarmpanel in a group (Custom-ui)

In lovelace i can show my alarmpanel in a group/tab but in custom UI i must click on the group to reach the alarmpanel. Tried to only add the alarm_control_panel.ha_alarm but the i got a circle with a alarm-clock, but the i click on it I can see my alarmpanel. Is it possible to get the alarmpanel visible like in lovelace but in custom UI?

This is my config in custom UI

alarm:
 name: alarm
 view: on
 entities:
   - group.larm

larm:
  control: hidden
  entities:
   - alarm_control_panel.ha_alarm

Lovelace

Custom UI

Hi @Henrik1986, tried this in customui but never figured it out :(. Now I think I want to switch to Lovelace ui, can you show me your config to get the alarm panel in Lovelace? tnx!

Edit: think this one: Lovelace: Alarm card right :slight_smile:

Thats right!