Skip to content

Commit

Permalink
Bump Python Matter Server library to 6.1.0 (home-assistant#118806)
Browse files Browse the repository at this point in the history
  • Loading branch information
agners authored Jun 4, 2024
1 parent b81f0b6 commit e2f45bf
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 @@ -6,6 +6,6 @@
"dependencies": ["websocket_api"],
"documentation": "https://www.home-assistant.io/integrations/matter",
"iot_class": "local_push",
"requirements": ["python-matter-server==6.1.0b1"],
"requirements": ["python-matter-server==6.1.0"],
"zeroconf": ["_matter._tcp.local.", "_matterc._udp.local."]
}
2 changes: 1 addition & 1 deletion requirements_all.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2275,7 +2275,7 @@ python-kasa[speedups]==0.6.2.1
# python-lirc==1.2.3

# homeassistant.components.matter
python-matter-server==6.1.0b1
python-matter-server==6.1.0

# 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 @@ -1772,7 +1772,7 @@ python-juicenet==1.1.0
python-kasa[speedups]==0.6.2.1

# homeassistant.components.matter
python-matter-server==6.1.0b1
python-matter-server==6.1.0

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

0 comments on commit e2f45bf

Please sign in to comment.