48 lines
1.8 KiB
Markdown
48 lines
1.8 KiB
Markdown
# HA-Matter-Bridge
|
|
|
|
## Purpose
|
|
|
|
This project serves as a proof of concept to connect HomeAssistant devices to Voice Assistants through the Matter Protocol.
|
|
|
|
## Getting Started
|
|
|
|
### Setup
|
|
|
|
- Add this repository to your home assistant install \
|
|
[![Open your Home Assistant instance and show the add add-on repository dialog with a specific repository URL pre-filled.](https://my.home-assistant.io/badges/supervisor_add_addon_repository.svg)](https://my.home-assistant.io/redirect/supervisor_add_addon_repository/?repository_url=https%3A%2F%2Fgithub.com%2FJatus93%2Fha-matter-bridge)
|
|
|
|
- click on check for updates
|
|
- click on HA Matter Bridge
|
|
- install
|
|
|
|
### Configuration
|
|
|
|
1. Start this addon, should autmatically get all your devices
|
|
2. Watch the logs for the QR code that is needed to pair it with your assistant
|
|
3. Pair it with your assistant with the matter procedure
|
|
4. Enjoy
|
|
|
|
## Key Features
|
|
|
|
- Supports two types of elements: lights and dimmable lights.
|
|
|
|
## How to Contribute
|
|
|
|
1. Help organize the project and dependencies.
|
|
2. Add integrations for other devices.
|
|
3. Add some tests
|
|
4. Donation
|
|
<div class=donation>
|
|
<form action="https://www.paypal.com/donate" method="post" target="_top">
|
|
<input type="hidden" name="business" value="VHWQSZR2SS898" />
|
|
<input type="hidden" name="no_recurring" value="0" />
|
|
<input type="hidden" name="currency_code" value="EUR" />
|
|
<input type="image" src="https://www.paypalobjects.com/en_US/i/btn/btn_donate_LG.gif" border="0" name="submit" title="PayPal - The safer, easier way to pay online!" alt="Donate with PayPal button" />
|
|
<img alt="" border="0" src="https://www.paypal.com/en_IT/i/scr/pixel.gif" width="1" height="1" />
|
|
</form>
|
|
</div>
|
|
|
|
## Known Issues and Limitations
|
|
|
|
- Currently, only lights (including dimmable lights) are working, and the system may be unstable.
|