Skip to content

Commit 1384e6f

Browse files
authored
Remove some outdated info from the readme (#528)
1 parent bb80054 commit 1384e6f

File tree

1 file changed

+3
-8
lines changed

1 file changed

+3
-8
lines changed

README.md

+3-8
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ NOTE: Both Matter and this implementation are in early (v1) state and features a
118118

119119
## Running the development server
120120

121-
**For enabling Matter support within Home Assistant, please refer to the Home Assistant documentation. These instructions are for development/advanced scenarios only!**
121+
**For enabling Matter support within Home Assistant, please refer to the Home Assistant documentation. These instructions are for development only!**
122122

123123
To install the server (including client): `pip install python-matter-server[server]`
124124
To only install the client part: `pip install python-matter-server`
@@ -145,15 +145,10 @@ Optional arguments:
145145

146146
The server runs a Matter Controller and includes all logic for storing node information, interviews and subscriptions. To interact with this controller we've created a small Websockets API with an RPC-like interface. The library contains a client as reference implementation which in turn is used by Home Assistant. Splitting the server from the client allows the scenario where multiple consumers can communicate to the same Matter fabric and the Matter fabric can keep running while the consumer (e.g. Home Assistant is down).
147147

148-
### Test devices
149-
150-
Now that the Matter Specification is officially released in its 1.0 version, devices will be available in stores from 2023 that actually have Matter support or least manufacturers run a beta program which you can join to run Matter firmware on your device. Please refer to the documentation of your device if its already Matter enabled out of the box or you need to enable some special firmware(mode).
151-
152-
Besides that, it is possible to run Matter firmware on common microcontrollers such as the ESP32 and there is even a whole device emulator available which runs on a regular desktop OS. To make things easier we've prepared a [special page](https://nabucasa.github.io/matter-example-apps) where you can quickly try out running the Matter example apps on ESP32.
153148

154149
### Websocket commands
155150

156-
(for a complete oversight see the client implementation)
151+
This list is not intended to be complete, for a complete oversight see the client implementation.
157152

158153
**Set WiFi credentials**
159154
Inform the controller about the WiFi credentials it needs to send when commissioning a new device.
@@ -299,7 +294,7 @@ command = clusters.LevelControl.Commands.MoveToLevelWithOnOff(
299294

300295
## Development
301296

302-
Want to help out with development, testing, and/or documentation? Great! As both this project and Matter keeps evolving and devices will hit the market with actual Matter support, there will be a lot to improve. See our [project board](https://github.com/orgs/home-assistant-libs/projects/1) for status updates and maybe something you'd like to help out with development and/or testing.
297+
Want to help out with development, testing, and/or documentation? Great! As both this project and Matter keeps evolving and devices will hit the market with actual Matter support, there will be a lot to improve. Reach out to us on discord if you want to help out.
303298

304299
### Setting up your development environment
305300

0 commit comments

Comments
 (0)