Adapt otbr to upstream openthread REST API changes (#93544)
* Adapt otbr to upstream openthread REST API changes * Bump python-otbr-api to 2.0.0
This commit is contained in:
parent
49ae298c55
commit
901624ad6f
9 changed files with 23 additions and 25 deletions
|
@ -80,7 +80,7 @@ async def websocket_create_network(
|
|||
|
||||
try:
|
||||
await data.create_active_dataset(
|
||||
python_otbr_api.OperationalDataSet(
|
||||
python_otbr_api.ActiveDataSet(
|
||||
channel=channel, network_name="home-assistant"
|
||||
)
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue