v1.0.3
Pin Lock Card v1.0.3
Breaking change / Removed
- The
show_keypadoption 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