Skip to content

Commit a4a302b

Browse files
authored
Update to Matter SDK wheels 2024.6.4 (#782)
1 parent 12de9ff commit a4a302b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

matter_server/server/sdk.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@ async def discover_commissionable_nodes(
208208
| None
209209
):
210210
"""Discover Commissionable Nodes (discovered on BLE or mDNS)."""
211-
return await self._call_sdk(self._chip_controller.DiscoverCommissionableNodes)
211+
return await self._chip_controller.DiscoverCommissionableNodes()
212212

213213
async def read_attribute(
214214
self,

pyproject.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ dependencies = [
2020
"async-timeout",
2121
"coloredlogs",
2222
"orjson",
23-
"home-assistant-chip-clusters==2024.6.3",
23+
"home-assistant-chip-clusters==2024.6.4",
2424
]
2525
description = "Python Matter WebSocket Server"
2626
license = {text = "Apache-2.0"}
@@ -39,7 +39,7 @@ server = [
3939
"cryptography==42.0.8",
4040
"orjson==3.10.5",
4141
"zeroconf==0.132.2",
42-
"home-assistant-chip-core==2024.6.3",
42+
"home-assistant-chip-core==2024.6.4",
4343
]
4444
test = [
4545
"codespell==2.3.0",

0 commit comments

Comments
 (0)