Bump python-otbr-api to 2.6.0 (#109823)
parent
2c870f9da9
commit
5c83b774bb
|
@ -8,5 +8,5 @@
|
|||
"documentation": "https://www.home-assistant.io/integrations/otbr",
|
||||
"integration_type": "service",
|
||||
"iot_class": "local_polling",
|
||||
"requirements": ["python-otbr-api==2.5.0"]
|
||||
"requirements": ["python-otbr-api==2.6.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.5.0", "pyroute2==0.7.5"],
|
||||
"requirements": ["python-otbr-api==2.6.0", "pyroute2==0.7.5"],
|
||||
"zeroconf": ["_meshcop._udp.local."]
|
||||
}
|
||||
|
|
|
@ -2257,7 +2257,7 @@ python-opensky==1.0.0
|
|||
|
||||
# homeassistant.components.otbr
|
||||
# homeassistant.components.thread
|
||||
python-otbr-api==2.5.0
|
||||
python-otbr-api==2.6.0
|
||||
|
||||
# homeassistant.components.picnic
|
||||
python-picnic-api==1.1.0
|
||||
|
|
|
@ -1727,7 +1727,7 @@ python-opensky==1.0.0
|
|||
|
||||
# homeassistant.components.otbr
|
||||
# homeassistant.components.thread
|
||||
python-otbr-api==2.5.0
|
||||
python-otbr-api==2.6.0
|
||||
|
||||
# homeassistant.components.picnic
|
||||
python-picnic-api==1.1.0
|
||||
|
|
Loading…
Reference in New Issue