Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit d10964c

Browse files
MartinHjelmaremarcelveldtfrenck
authored
Add matter integration (home-assistant#24353)
Co-authored-by: Marcel van der Veldt <[email protected]> Co-authored-by: Franck Nijhof <[email protected]>
1 parent 4371d01 commit d10964c

File tree

1 file changed

+52
-0
lines changed

1 file changed

+52
-0
lines changed

source/_integrations/matter.md

Lines changed: 52 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,52 @@
1+
---
2+
title: Matter
3+
description: Instructions on how to integrate Matter with Home Assistant.
4+
ha_category:
5+
- Binary Sensor
6+
- Light
7+
- Sensor
8+
- Switch
9+
ha_release: '2022.12'
10+
ha_iot_class: Local Push
11+
ha_config_flow: true
12+
ha_codeowners:
13+
- '@marcelveldt'
14+
- '@MartinHjelmare'
15+
ha_domain: matter
16+
ha_platforms:
17+
- binary_sensor
18+
- light
19+
- sensor
20+
- switch
21+
ha_integration_type: integration
22+
---
23+
24+
This integration allows you to communicate with and control Matter devices on your local WiFi or Thread network.
25+
26+
<p class='note'>
27+
Both Matter and the implementation within Home Assistant are in early (v1) state and features may be missing or could be improved.
28+
</p>
29+
30+
{% include integrations/config_flow.md %}
31+
32+
If you run Home Assistant Container, Home Assistant Core, or you don’t want to use the built-in Matter Server add-on, please see the [advanced installation instructions](#advanced-installation-instructions).
33+
34+
35+
## Advanced installation instructions
36+
37+
If you are using Home Assistant Container, Home Assistant Core, or you don't want to use the built-in Matter Server add-on, you will need to run the Matter Server yourself, to which the Matter integration will connect.
38+
39+
### Running Matter Server
40+
41+
This application provides the connection between your Matter network (called Fabric in technical terms) and Home Assistant. The Home Assistant Matter integration connects to this server via a websocket connection. You need to run the Matter Server before you can use the integration.
42+
43+
There are multiple ways to run the server:
44+
45+
**Option 1: The official Matter Server add-on, as described above**
46+
47+
_This option is only available for Home Assistant OS (the recommended installation type) and Home Assistant Supervised installations._
48+
49+
**Option 2: Run the Matter server yourself**
50+
51+
This option is considered a very advanced setup and only for experienced users. You can find instructions on how to run the Matter Server in the [project repository](https://github.com/home-assistant-libs/python-matter-server).
52+

0 commit comments

Comments
 (0)