Skip to content

v1.0.3

Choose a tag to compare

@qlerup qlerup released this 04 Oct 11:30
a89fb27

Pin Lock Card v1.0.3

Breaking change / Removed

  • The show_keypad option has been removed.
    The card now manages keypad visibility automatically — it appears only when a PIN is required and stays hidden otherwise.

Why?

  • Simpler configuration
  • More consistent UX
  • Fewer edge cases

Migration

If your configuration currently includes show_keypad, remove that line. No replacement is needed.

Before

type: custom:pin-lock-card
show_keypad: true  # or false
# ...rest of your config