Smart Home Assistant

Home Assistant Matter Lock Manager: PIN Codes, RFID & One-Time Access

SepehrBy Sepehr· 27 June 2026· Updated 27 June 2026· 6 min read
✓ Independent — no paid placements✓ UK-tested in real homes✓ Cited sources on every guide
Home Assistant Matter Lock Manager: PIN Codes, RFID & One-Time Access
On this page[tap to expand]

Smart locks have always had a blind spot: sharing access with someone who needs it once. You invite a cleaner, a delivery driver, or an Airbnb guest and suddenly you are emailing PIN codes, creating cloud accounts on a lock brand's app, and manually cleaning up afterwards. The access either stays active indefinitely or you remember to delete it days later.

Home Assistant 2026.4 fixes this for Matter-certified locks with the new Matter lock manager — a credential management interface built directly into the Home Assistant dashboard. The headline feature is one-time access codes: set a code, hand it to a delivery driver, and the code self-destructs after it is used once. But the update goes much further, bringing full credential management — PIN codes, RFID fobs, and biometric fingerprints — under the same roof as the rest of your smart home.

What the Matter Lock Manager Does

The Matter lock manager is a device panel in Home Assistant that exposes the credential management functions built into the Matter 1.x lock cluster. Prior to 2026.4, Home Assistant could lock and unlock a Matter door lock but had no way to manage who could access it — that still required the lock manufacturer's own app or cloud service.

With the 2026.4 update, you can do all of the following directly from Home Assistant, with no third-party app involved:

  • Create named users on the lock (for example, "Cleaner" or "Dog Walker")
  • Remove users when access is no longer needed
  • Set PIN code credentials for any user
  • Programme RFID fob credentials for locks that support them
  • Register fingerprint credentials for locks with a biometric reader
  • Generate one-time access codes that are automatically removed after a single successful entry

The manager surface lives in the device panel for any lock that reports the Matter lock credential cluster. If your lock hardware supports a credential type, the option appears in the interface. If it does not — for example, if it has no RFID reader — that section is simply absent.

The Four Credential Types

PIN Codes

PIN codes are the most universal credential type. Every Matter-certified lock supports them. In the lock manager, you create a user, assign a PIN of the required length (typically 4–8 digits, depending on the hardware), and the lock stores it in its own memory. The code works whether Home Assistant is running or not — because it lives on the lock, not in HA's database.

This is important for reliability. A network outage or a Home Assistant restart does not lock anyone out; credentials already programmed into the lock remain active until you explicitly remove them.

RFID Fobs

For locks that include an RFID reader — common on higher-end models sold in the UK such as those compatible with Yale or Nuki's Matter firmware — you can register key fob credentials through the same interface. You assign the fob to a named user, scan or enter the fob's identifier, and it is written to the lock. RFID credentials work the same way as PINs: they are stored locally on the hardware.

Fingerprints

Some Matter locks include a built-in fingerprint reader. The lock manager surfaces fingerprint credential slots if the hardware declares support for biometrics in its Matter descriptor. The enrolment process — placing a finger on the reader — still happens at the physical device, but Home Assistant can create the named user slot, label it (for example, "Alice – right index"), and remove it remotely when needed.

One-Time Codes

One-time access codes are the feature that makes this update genuinely useful for day-to-day access sharing. You generate a PIN that is valid for a single entry. Once the lock recognises the code and the door opens, the credential is automatically deleted from the lock's memory. There is nothing to remember to clean up.

This is ideal for scenarios where you need to grant access without handing out a permanent code: a one-off delivery, a tradesperson visit, or a short-term guest who does not need ongoing access. Combined with Home Assistant's automations, you can generate a one-time code, send it via a notification or message automation, and log the access event — all without leaving the HA ecosystem.

How to Use the Matter Lock Manager

Before you start, you need a Matter-certified smart lock added to Home Assistant. If you have not yet set up Matter in Home Assistant, the Matter setup guide covers the prerequisites and commissioning process step by step.

Opening the lock manager:

  1. Go to Settings → Devices & Services and find your Matter lock.
  2. Open the device panel by clicking the device name.
  3. Scroll to the Lock Credentials section — this is the Matter lock manager interface added in 2026.4.

Creating a user and assigning a PIN:

  1. Click Add User and enter a name (for example, "Cleaner – Tuesday").
  2. Select PIN Code as the credential type.
  3. Enter the PIN. Home Assistant will validate it against the lock's minimum and maximum length requirements.
  4. Click Save. The credential is written to the lock immediately over Matter.

Creating a one-time code:

  1. Click Add User and name it something descriptive (for example, "Parcel – 27 Jun").
  2. Select PIN Code and enter the code.
  3. Tick the One-time use option.
  4. Click Save. The code appears as a one-time credential in the lock's slot list and will be deleted automatically after first use.

Removing a user:

  1. Find the user in the Lock Credentials list.
  2. Click the trash icon or select Remove.
  3. Confirm. The credential is deleted from the lock immediately.

Good Use Cases

Regular cleaners or dog walkers — create a named user with a PIN tied to the person. If their schedule changes or the relationship ends, remove the user from Home Assistant. No need to change the entire lock combination.

Short-term holiday lets or Airbnb guests — generate a one-time or time-limited PIN per guest. Combined with a Home Assistant automation, you can send the code to the guest via a script that fires when a booking is confirmed, and it will be valid for that stay only.

Unattended deliveries — one-time codes remove the anxiety of handing out a permanent code to a courier. Generate a one-time code, share it with the delivery notification, and it will not work a second time.

Household members — assign permanent PINs or RFID fobs to family members. Because credentials live on the lock, they are not dependent on any cloud service or even on Home Assistant being online.

Access codes become even more powerful when combined with the Home Assistant automations system. You can trigger a notification when a specific PIN is used, log who entered and when, or pair a code with a time window using a template condition — granting access only on weekday mornings, for example.

What Smart Locks Support It

The Matter lock manager works with any lock that is certified to the Matter 1.x specification and includes the Lock Cluster credential management functionality. In practice this means:

  • Yale matter-enabled locks — Yale has certified several models in the UK market under Matter, including updated versions of the Conexis L1 and Smart Cabinet Lock ranges.
  • Nuki Smart Lock with Matter bridge — the Nuki Bridge with Matter firmware exposes credential management to Home Assistant.
  • Eve Lock — Eve's Thread-native lock with Matter certification supports the full credential cluster including PIN and one-time codes.
  • Aqara U50 / U100 — Aqara's Matter-native locks support PIN, RFID, and fingerprint credential types.

For a broader view of which Matter locks are available for UK homes and how to evaluate them, the best smart locks UK guide covers compatibility and value across the full market. If you are fitting a new lock, the smart lock installation guide covers the physical fitment requirements for UK euro cylinder and mortice doors.

The GitHub discussion thread in the zigpy/zha project is worth noting for context: Matter received lock credential management support before Zigbee did, which reflects how the Matter protocol's standardised lock cluster made it straightforward to implement. Zigbee credential management requires per-manufacturer quirks; Matter's specification-level definition means any certified lock works the same way.

Keeping Credentials Organised

As the number of users grows, naming discipline matters. A descriptive name like "Cleaner – Maria" or "Dog Walker – Tue/Thu" is far easier to audit six months later than "User 4". Home Assistant displays all credential slots with their names in the lock manager panel, so a quick scan tells you exactly who has access and what type of credential they hold.

One-time codes should be named with context — the date or the reason — so you can confirm after the fact that the delivery driver used the code and it was removed as expected. The Home Assistant logbook will show when the lock was operated, giving you an audit trail even if the credential is no longer present.

Frequently asked questions

What is the Home Assistant Matter lock manager?
The Matter lock manager is a credential management interface added to Home Assistant in the 2026.4 release. It allows you to create and remove users on a Matter-certified smart lock, and assign credentials including PIN codes, RFID fobs, fingerprints, and one-time access codes — all directly from the Home Assistant dashboard, without using the lock manufacturer's cloud app.
How do one-time access codes work in Home Assistant Matter locks?
When you create a user with a PIN and tick the one-time use option in the Matter lock manager, the credential is written to the lock's own memory as a single-use code. After the code is entered once and the lock opens, the lock automatically deletes the credential. Home Assistant does not need to intervene — the deletion is handled by the lock firmware according to the Matter 1.x specification.
Which smart locks work with the Home Assistant Matter lock manager?
Any Matter 1.x certified smart lock that implements the Matter Lock Cluster credential management functions will work. UK-available examples include certain Yale Matter-enabled locks, the Nuki Smart Lock with Matter bridge firmware, the Eve Lock, and Aqara U50 and U100 models. RFID and fingerprint credential types only appear if the specific lock hardware supports those readers.
Do Matter lock credentials survive a Home Assistant restart?
Yes. All credentials — PINs, RFID fobs, and fingerprints — are stored in the lock's own memory, not in Home Assistant's database. A Home Assistant restart, network outage, or even a full HA reinstall will not remove credentials already programmed into the lock. You manage them through HA, but they live on the hardware.
Can I use Home Assistant automations to send access codes to guests?
Yes. You can write a Home Assistant automation or script that generates a user and PIN using the lock credential service call, then sends the code via a notification action — for example as a push notification, an SMS via a messaging integration, or an email. This lets you automate guest access for short-term lets or delivery windows without manually opening the lock manager each time.

Sources

Sources verified 2026-06-27

  1. Home Assistant — Home Assistant 2026.4 Release Notes
  2. Home Assistant — Matter Integration — Home Assistant
  3. Home Assistant — Home Assistant 2026.6 Release Notes
Sepehr

Written by

Sepehr

10+ years smart home experience · Runs Home Assistant locally · Tests every product reviewed

Smart home specialist with 10+ years running a self-hosted Home Assistant setup — Zigbee2MQTT, Frigate NVR, and local-first automations. Independent coverage for UK homes, no brand deals.

LinkedIn →

Related reading