Bump PyRMVtransport to 0.2.3 (#50183)
This commit is contained in:
parent
ce692afead
commit
33e044431e
3 changed files with 9 additions and 5 deletions
|
@ -2,7 +2,11 @@
|
|||
"domain": "rmvtransport",
|
||||
"name": "RMV",
|
||||
"documentation": "https://www.home-assistant.io/integrations/rmvtransport",
|
||||
"requirements": ["PyRMVtransport==0.3.1"],
|
||||
"codeowners": ["@cgtobi"],
|
||||
"requirements": [
|
||||
"PyRMVtransport==0.3.2"
|
||||
],
|
||||
"codeowners": [
|
||||
"@cgtobi"
|
||||
],
|
||||
"iot_class": "cloud_polling"
|
||||
}
|
||||
}
|
|
@ -46,7 +46,7 @@ PyNaCl==1.3.0
|
|||
PyQRCode==1.2.1
|
||||
|
||||
# homeassistant.components.rmvtransport
|
||||
PyRMVtransport==0.3.1
|
||||
PyRMVtransport==0.3.2
|
||||
|
||||
# homeassistant.components.telegram_bot
|
||||
PySocks==1.7.1
|
||||
|
|
|
@ -21,7 +21,7 @@ PyNaCl==1.3.0
|
|||
PyQRCode==1.2.1
|
||||
|
||||
# homeassistant.components.rmvtransport
|
||||
PyRMVtransport==0.3.1
|
||||
PyRMVtransport==0.3.2
|
||||
|
||||
# homeassistant.components.transport_nsw
|
||||
PyTransportNSW==0.1.1
|
||||
|
|
Loading…
Add table
Reference in a new issue