Skip to content

Commit

Permalink
Bump python-matter-server to 2.0.2 (home-assistant#86712)
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinHjelmare authored Jan 26, 2023
1 parent 4181a9b commit c727f40
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion homeassistant/components/matter/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"name": "Matter (BETA)",
"config_flow": true,
"documentation": "https://www.home-assistant.io/integrations/matter",
"requirements": ["python-matter-server==2.0.1"],
"requirements": ["python-matter-server==2.0.2"],
"dependencies": ["websocket_api"],
"codeowners": ["@home-assistant/matter"],
"iot_class": "local_push"
Expand Down
2 changes: 1 addition & 1 deletion requirements_all.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2072,7 +2072,7 @@ python-kasa==0.5.0
# python-lirc==1.2.3

# homeassistant.components.matter
python-matter-server==2.0.1
python-matter-server==2.0.2

# homeassistant.components.xiaomi_miio
python-miio==0.5.12
Expand Down
2 changes: 1 addition & 1 deletion requirements_test_all.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1468,7 +1468,7 @@ python-juicenet==1.1.0
python-kasa==0.5.0

# homeassistant.components.matter
python-matter-server==2.0.1
python-matter-server==2.0.2

# homeassistant.components.xiaomi_miio
python-miio==0.5.12
Expand Down

0 comments on commit c727f40

Please sign in to comment.