I am able to arm the alarm panel with click of a button.
Is there any way for me to click disarm button and enter code button popsup automatically? or better yet have disarm code panel pop up automatically when a sensor is triggered…
I’ll appreciate help for both features if possible. Currently i have to click on Alarm Card-Disarm-Then Enter pin following with check mark
If you want an interface to disarm the alarm on any dashboard, you can create an alarm-panel card for alarm_control_panel.alarmo. When the alarm is armed, it will display a keypad; you enter the code and hit disarm.
Alternatively, you can create a button card, and set the tap behaviour to alarm_control_panel.alarm_disarm - this also allows you to predefine the disarm code, so you just have to tap the button and the alarm is disarmed immediately. Obviously, don’t do this if your dashboard is insecure, e.g. if you have it on a wall mounted tablet inside your house.