ha-matter-bridge/README.md

38 lines
1.2 KiB
Markdown
Raw Normal View History

2024-01-23 23:39:46 +01:00
# 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
2024-01-30 13:54:04 +01:00
### Setup
2024-01-23 23:39:46 +01:00
2024-01-30 13:54:04 +01:00
- 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
2024-01-23 23:39:46 +01:00
### Configuration
2024-01-26 23:19:14 +01:00
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
2024-01-23 23:39:46 +01:00
## Key Features
2024-01-26 23:19:14 +01:00
- Supports two types of elements: lights and dimmable lights.
2024-01-23 23:39:46 +01:00
## How to Contribute
1. Help organize the project and dependencies.
2. Add integrations for other devices.
2024-01-26 23:19:14 +01:00
3. Add some tests
2024-01-23 23:39:46 +01:00
## Known Issues and Limitations
2024-01-26 23:19:14 +01:00
- Currently, only lights (including dimmable lights) are working, and the system may be unstable.