Bump python-otbr-api to 2.4.0 (#98376)
parent
e0ee713bb2
commit
4dd102f818
|
@ -8,5 +8,5 @@
|
|||
"documentation": "https://www.home-assistant.io/integrations/otbr",
|
||||
"integration_type": "service",
|
||||
"iot_class": "local_polling",
|
||||
"requirements": ["python-otbr-api==2.3.0"]
|
||||
"requirements": ["python-otbr-api==2.4.0"]
|
||||
}
|
||||
|
|
|
@ -7,6 +7,6 @@
|
|||
"documentation": "https://www.home-assistant.io/integrations/thread",
|
||||
"integration_type": "service",
|
||||
"iot_class": "local_polling",
|
||||
"requirements": ["python-otbr-api==2.3.0", "pyroute2==0.7.5"],
|
||||
"requirements": ["python-otbr-api==2.4.0", "pyroute2==0.7.5"],
|
||||
"zeroconf": ["_meshcop._udp.local."]
|
||||
}
|
||||
|
|
|
@ -2141,7 +2141,7 @@ python-opensky==0.2.0
|
|||
|
||||
# homeassistant.components.otbr
|
||||
# homeassistant.components.thread
|
||||
python-otbr-api==2.3.0
|
||||
python-otbr-api==2.4.0
|
||||
|
||||
# homeassistant.components.picnic
|
||||
python-picnic-api==1.1.0
|
||||
|
|
|
@ -1570,7 +1570,7 @@ python-opensky==0.2.0
|
|||
|
||||
# homeassistant.components.otbr
|
||||
# homeassistant.components.thread
|
||||
python-otbr-api==2.3.0
|
||||
python-otbr-api==2.4.0
|
||||
|
||||
# homeassistant.components.picnic
|
||||
python-picnic-api==1.1.0
|
||||
|
|
Loading…
Reference in New Issue