Standalone Devices
A standalone device exposes one or more Home Assistant entities as a single Matter device with its own pairing code, instead of living inside a bridge. Some controllers (for example Apple Home with robot vacuums) handle a device better when it is not presented as a bridged child, so this gives each device a clean, independent identity.
Under the hood a standalone device is a bridge running in Server Mode; every selected entity becomes one endpoint on the node and the first entity is the primary, it names the device and sets its advertised type. It works for any supported device type, not only robot vacuums. See Supported Device Types for the full list.
When to use it
- A device type that a controller only handles well when it is not bridged, such as a robot vacuum in Apple Home.
- You want one entity to pair as its own Matter device with its own QR code.
- You want to keep a device separate from your main bridge.
A normal bridge is still the right choice for exposing many entities together behind a single pairing code.
Create a standalone device
- Open the web UI and go to Standalone Devices in the navigation.
- Click Add device.
- Enter a name and pick one or more entities. The first one is the primary and names the device.
- Click Create. A free Matter port is assigned automatically.
The new device appears in the list with its current status.
Pair the device
- In the list, open the device with the launch icon to see its details.
- Scan the QR code, or type the manual pairing code, in your controller (Apple Home, Alexa, Google Home).
Each standalone device has its own pairing code, so you add it to your controller like any other Matter device.
Notes and limits
- A device carries up to 10 entities; the first one drives the name and type shown during pairing. More than one entity per device is experimental: controllers render multi-endpoint devices differently, Alexa may only show the first endpoint, and an endpoint added to an already-paired device may need a re-pair to show up. Field reports are welcome on #301.
- Each device uses its own Matter port, assigned automatically when you create it.
- Deleting a standalone device removes its bridge, which unpairs it from your controllers.
Relation to Server Mode
Standalone devices use the same Server Mode that powers single device bridges. You can still enable Server Mode by hand on a bridge through the bridge configuration if you prefer. The Standalone Devices page is just the simpler, device first way to do the same thing.