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:
Erik Montnemery 2023-05-30 10:11:21 +02:00 committed by GitHub
parent 49ae298c55
commit 901624ad6f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
9 changed files with 23 additions and 25 deletions

View file

@ -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"
)
)