File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -208,7 +208,7 @@ async def discover_commissionable_nodes(
208
208
| None
209
209
):
210
210
"""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 ( )
212
212
213
213
async def read_attribute (
214
214
self ,
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ dependencies = [
20
20
" async-timeout" ,
21
21
" coloredlogs" ,
22
22
" orjson" ,
23
- " home-assistant-chip-clusters==2024.6.3 " ,
23
+ " home-assistant-chip-clusters==2024.6.4 " ,
24
24
]
25
25
description = " Python Matter WebSocket Server"
26
26
license = {text = " Apache-2.0" }
@@ -39,7 +39,7 @@ server = [
39
39
" cryptography==42.0.8" ,
40
40
" orjson==3.10.5" ,
41
41
" zeroconf==0.132.2" ,
42
- " home-assistant-chip-core==2024.6.3 " ,
42
+ " home-assistant-chip-core==2024.6.4 " ,
43
43
]
44
44
test = [
45
45
" codespell==2.3.0" ,
You can’t perform that action at this time.
0 commit comments