File tree 2 files changed +4
-4
lines changed
custom_components/matter_experimental
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 3
3
"name" : " Matter (Experimental)" ,
4
4
"config_flow" : true ,
5
5
"documentation" : " https://github.com/home-assistant-libs/python-matter-server" ,
6
- "requirements" : [" dacite==1.6.0" ],
6
+ "requirements" : [" dacite==1.6.0" , " python-matter-server==0.1.0 " ],
7
7
"iot_class" : " local_push" ,
8
8
"version" : " 0.1"
9
9
}
Original file line number Diff line number Diff line change 1
1
[metadata]
2
2
name = python-matter-server
3
- author = Stefan Agner
4
- description = Python CHIP WebSocket Server
3
+ author = Stefan Agner & Paulus Schoutsen
4
+ description = Python Matter WebSocket Server
5
5
long-description = file: README.md
6
6
long-description-content-type = text/markdown; charset=UTF-8
7
- version = 0.0.1
7
+ version = 0.1.0
8
8
url = https://github.com/home-assistant-libs/python-matter-server
9
9
classifiers =
10
10
Development Status :: 3 - Alpha
You can’t perform that action at this time.
0 commit comments