Matter Bridge in Home Assistant Part1 - Install MatterBridge docker for Home assistant
In this article, I’m sharing a way to expose devices you have paired in Home Assistant as a Matter device.
matter.js is a TypeScript/JavaScript implementation of the Matter protocol.
The built-in HA Matter integration for adding real Matter devices to HA.
The matterbridge(Luligu) is a bridge, for exposing HA entities to other Matter controllers(Alexa/Google/Apple).
Table of Contents
Project Information
1.Matterbridge Home Assistant App(Luligu)
GitHub: https://github.com/Luligu/matterbridge-home-assistant-addon
It runs Matterbridge directly inside HA.
document:https://github.com/Luligu/matterbridge-home-assistant-addon/blob/main/DOCS.md
2.matterbridge+ matterbridge-hass plugin(Luligu)
github:https://github.com/Luligu/matterbridge
It is a Matter plugin manager, built on matter.js
GitHub: https://github.com/Luligu/matterbridge-hass
It is a matterbridge-hass plugin.a dedicated matterbridge-hass plugin to expose HA entities/devices to matterbridge.
3. home-assistant-matter-hub(dedicated on Jan 25, 2026)
Note:
This repository was archived by the owner on Jan 25, 2026.
Project on github:https://github.com/t0bst4r/home-assistant-matter-hub
Latest version:https://github.com/t0bst4r/home-assistant-matter-hub/releases
Supported entities:https://github.com/t0bst4r/matterbridge-home-assistant?tab=readme-ov-file#supported-entities
home-assistant-matter-hub(dedicated on Jan 25, 2026)
Installation Guide
1.Addon:https://t0bst4r.github.io/home-assistant-matter-hub/installation#id-1-native-home-assistant-addon
2.Docker image:https://t0bst4r.github.io/home-assistant-matter-hub/installation#id-2-1-docker-image
History
https://github.com/t0bst4r/matterbridge-home-assistant-addon
2024-11-27,This addon should not be used anymore! It will be replaced with home-assistant-matter-hub.
https://github.com/t0bst4r/home-assistant-matter-hub
Jan 25, 2026,This repository was archived by the owner.
https://github.com/t0bst4r/home-assistant-matter-hub
The project is build on top of https://github.com/project-chip/matter.js.
There are several advantages actually:
1. Works completely locally over Matter
2. Much easier setup process (one pairing code for all devices)
3. Do not need to do it indivudlaly for Google Home, Alexa, Apple Home.
4. Great for exposing unsupported devices e.g. DIY Devices
For HassOS User
Step 1.Installing the Matter Bridge HA Add-on
To install the Matter Bridge Add-on, you need to add the custom repository in Home Assistant first. Navigate to Settings > Add-ons > Add-on store > Three dots in corner > Repositories and add the following repo:
https://github.com/t0bst4r/matterbridge-home-assistant-addon (Note:DEPRECATION)
https://github.com/t0bst4r/home-assistant-matter-hub 2024-11-27,This addon should not be used anymore! It will be replaced with home-assistant-matter-hub.
https://github.com/t0bst4r/home-assistant-matter-hub
useful links
https://smarthomescene.com/guides/exposing-home-assistant-entities-as-matter-devices/
Matter plugin manager
https://github.com/Luligu/matterbridge
Comments
Comments are closed