Skip to content

Commit

Permalink
Update to Matter SDK wheels 2024.6.4 (#782)
Browse files Browse the repository at this point in the history
  • Loading branch information
agners committed Jul 1, 2024
1 parent 12de9ff commit a4a302b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion matter_server/server/sdk.py
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ async def discover_commissionable_nodes(
| None
):
"""Discover Commissionable Nodes (discovered on BLE or mDNS)."""
return await self._call_sdk(self._chip_controller.DiscoverCommissionableNodes)
return await self._chip_controller.DiscoverCommissionableNodes()

async def read_attribute(
self,
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ dependencies = [
"async-timeout",
"coloredlogs",
"orjson",
"home-assistant-chip-clusters==2024.6.3",
"home-assistant-chip-clusters==2024.6.4",
]
description = "Python Matter WebSocket Server"
license = {text = "Apache-2.0"}
Expand All @@ -39,7 +39,7 @@ server = [
"cryptography==42.0.8",
"orjson==3.10.5",
"zeroconf==0.132.2",
"home-assistant-chip-core==2024.6.3",
"home-assistant-chip-core==2024.6.4",
]
test = [
"codespell==2.3.0",
Expand Down

0 comments on commit a4a302b

Please sign in to comment.