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