Not sure if you can do this with the alarm card. Sounds like you only need some buttons and some text.
It might not be a bad idea to use a code here anyway if you will ever give access to your home assistant interface to anyone else. It doesn’t need to match your actual alarm system code if you don’t want it to.
Not necessarily. As @MatthewFlamm mentioned, I can just use some buttons to achieve this as the REST API call does not need a code to control the alarm.
hello,
I’m facing the same problem, but, unfortunately the style solution didn’t worked for. it have no effect at all.
don’t know if this is due to the last home assistant version. Help will be appreciated.
I’ve tried following the examples shown above… but the states: arm_home, _away, _night never appear in the panel. Just a DISARM button does? I do have lovelace-card-mod installed. What could be wrong? Thx
Hey there, i used your alarm card mod to remove the keypad thanks, now i want to change the color of the alarm icon when arm_home is selected to yellow, any ideas how to do that?
Your value_template is evaluating to off, and this isn’t a valid value. When this happens, the alarm panel locks in the GUI. You need to use a value_template that evaluates to disarmed for example.