ha-fusion icon indicating copy to clipboard operation
ha-fusion copied to clipboard

HA Fusion Alarm Panel Card Always Shows Keypad Even with code_format: no_code and code_arm_required: false

Open PeterEstephan opened this issue 7 months ago • 0 comments

In native Lovelace, when my alarm integration is configured with

code_format: no_code
code_arm_required: false

the built‑in alarm panel card does not display a keypad (as expected, since no code is needed). However, when using HA Fusion, the alarm panel card always renders the keypad.

Issue: HA Fusion should honor the alarm entity’s settings (i.e. not showing the keypad when code_format is set to no_code and code_arm_required is false), just as the native Lovelace dashboard does. HA Fusion renders the keypad regardless of the configuration.

PeterEstephan avatar Mar 02 '25 20:03 PeterEstephan