diff --git a/docs/cards/alarm.md b/docs/cards/alarm.md index 833b49c2e..0f3682b22 100644 --- a/docs/cards/alarm.md +++ b/docs/cards/alarm.md @@ -20,6 +20,7 @@ All the options are available in the lovelace editor but you can use `yaml` if y | `fill_container` | boolean | `false` | Fill container or not. Useful when card is in a grid, vertical or horizontal layout | | `hide_state` | boolean | `false` | Hide the entity state | | `states` | list | `["armed_home", "armed_away"]` | List of arm states to display | +| `show_keypad` | boolean | `false` | Show the keypad | | `tap_action` | action | `more-info` | Home assistant action to perform on tap | | `hold_action` | action | `more-info` | Home assistant action to perform on hold | | `double_tap_action` | action | `more-info` | Home assistant action to perform on double_tap |