Alarm-panel not showing keypad or Accept input

from the 0.86 I lose the keypad … is not a custom component:

alarm_control_panel:

  • platform: manual
    name: Allarme Casa
    code: !secret antifurto_code
    trigger_time: 300
    disarmed:
    trigger_time: 0
    armed_home:
    delay_time: 0
    pending_time: 0
    armed_away:
    delay_time: 60
    pending_time: 30
    triggered:
    pending_time: 0

if I type the code from the keyboard it work but I need the keypad for the touchscreen dashboard…

I have been suffering from this same problem (no keypad) for a while and I finally figured out the cause in my case. I have an envisalink board hooked up to my alarm system. When I looked at the alarm_control_panel entity in States, the code_format field indicated ‘null’. I commented out the ‘code:’ line in my envisalink configuration and now the keypad shows and the code_format indicates ‘number’. I can still arm the panel home or away without entering a code from the UI. But now a code is needed to disarm from the UI which before it was not required for my system. Not sure if this is a bug or correct behavior.

1 Like

If you’re using Alarmo, make sure that you specify this as the entity when you click on your “Alarm Panel” card - this will bring up the keypad and whichever other options you’d like to see.