Philips Hue — Living room
1234-567-8901 · MT:Y.K90…
Home Assistant App
Rematters stores every Matter pairing code — manual digits, QR payloads, and device notes — safe inside Home Assistant with export and Google Drive backup.
Features
Built for smart home owners who swap hubs, renovate rooms, or simply misplace the setup sticker on the box.
Store manual pairing codes and full Matter QR strings in one place — searchable and organized.
Group by room, floor, vendor, or project. Color labels and filters keep large homes manageable.
Optionally tie entries to an entity and attribute — pull the latest code from HA with one click.
Manage codes inside HA with no extra login. Supervisor handles authentication and security.
Scheduled automatic uploads to your own Drive folder. Retention policy keeps storage tidy.
Download rematters-export.json for migration, offline copies, or the free Rematters Viewer.
How it works
Install the app, add your devices once, and forget about lost manuals.
Add the repository under Apps, install Rematters, and start it from Settings → Apps.
Enter the manual code, scan the MT: QR payload, and add device name and category.
Enable Google Drive or export JSON. Local snapshots land in /data/backups/.
Re-pair devices, share exports with family, or open the Viewer without HA access.
Rematters Viewer
Moving out, handing over a home, or keeping a phone copy? Load your export in the browser — nothing is uploaded to our servers.
rematters-export.json{
"meta": { "version": 1 },
"categories": [
{ "name": "Living room", "color": "#6366f1" }
],
"codes": [
{
"name": "Hue lamp",
"manual_code": "1234-567-8901",
"qr_payload": "MT:Y.K90…"
}
]
}
Installation
Add the Rematters-HA repository under Apps, install Rematters, and open the Ingress UI.
# Settings → Apps → Install app → Repositories → Add: https://github.com/Rematters/Rematters-HA # Settings → Apps → Rematters → Install → Start → Open Web UI # Optional: local add-ons folder (developers) /config/addons/git/Rematters-HA/ repository.yaml rematters/
Add-on source: Rematters-HA · Google Drive OAuth & API: DOCS.md
Rematters — Remembers + Matter. Your vault lives in Home Assistant. Your backup lives where you choose.