That makes sense. It was caused by a breaking change in 0.88. I’m unsure how to fix it but the official alarm card changed too.
Note for Lovelace custom card developers: if you relied on the availability of <paper-button> in your code, you will have to update it to <mwc-button> to get a similar component.
Quick fix:
Open the .js file and replace all “paper-button” for “mwc-button” then you will be good to go.
Don’t forget to increase the version number in your dependency declaration.
I learned that the “code_arm_required” entry is only for the MQTT alarm that communicates with a 3rd party alarm system, like ADT. I am using the Home Assistant manual MQTT alarm, meaning HA is handling all the alarm functionality. The “code_arm_required” option to allow arming without a code was not included in the manual HA alarm.
I created a feature request to have this added. You can vote it up to help get it included.
Anyone know how to make the number buttons larger? I’m going to try the solution above to change the colour, but ideally also want them to be bigger too.
I believe it depends on the alarm you’re using.
I arm mine without pin, but a code is required to disarm.
And there is an option to ask code to arm the alarm.
This would be controlled by the back end, not the front end. There is the option code_arm_required for manual mqtt alarm which stops the code been required for arming. I have a PR to add this option to manual and manual alarm with mqtt.
I have a little problem with this card. I use mqtt alarm panel connected to a paradox system via mqtt. Here is the config from HA. The payloads are ok and working.
When clicking on arming away or home nothing happens, but when I use manual panel from HA instead, everything is ok ! Any idea where is the problem ?
Or somebody can show me some working config ?
I am using this card with manual alarm and when i try to Arm or Disarm with code i get an error in the log stating Invalid code given for disarmed but the code is correct. I can disarm/arm using the panel that i access from the States panel <>. Is this a known bug ? I am using 0.92.0
Does anyone have some tips / sample code on changing the size of the buttons? I’m using a Amazon Fire Tablet 7" and they’re too tiny for my fat fingers. Thank you!
Is there an issue out for the lovelace alarm panel that the buttons are no longer buttons? Even the documentation still shows the buttons. I know there are easy fixes but that should be reported so it can go mainstream since i have the same fat finger issue as djtommye.
@riemers@djtommye Some of the styling has been changed recently, but there is a new way to re-style the ha-card elements here. I was able to enlarge the numbers(buttons) on the stock alarm-panel so they can easily be pressed. Not my best work, but very functional for our needs.