Bump PyRMVtransport to 0.2.3 (#50183)

This commit is contained in:
Tobias Sauerwein 2021-05-06 23:34:50 +02:00 committed by GitHub
parent ce692afead
commit 33e044431e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 9 additions and 5 deletions

View File

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

View File

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

View File

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