Bump RMVtransport to v0.3.3 (#59210)

This commit is contained in:
Tobias Sauerwein 2021-11-06 13:40:45 +01:00 committed by GitHub
parent 23f0afa789
commit 59ae35892c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 5 additions and 9 deletions

View File

@ -2,11 +2,7 @@
"domain": "rmvtransport", "domain": "rmvtransport",
"name": "RMV", "name": "RMV",
"documentation": "https://www.home-assistant.io/integrations/rmvtransport", "documentation": "https://www.home-assistant.io/integrations/rmvtransport",
"requirements": [ "requirements": ["PyRMVtransport==0.3.3"],
"PyRMVtransport==0.3.2" "codeowners": ["@cgtobi"],
],
"codeowners": [
"@cgtobi"
],
"iot_class": "cloud_polling" "iot_class": "cloud_polling"
} }

View File

@ -40,7 +40,7 @@ PyNaCl==1.4.0
PyQRCode==1.2.1 PyQRCode==1.2.1
# homeassistant.components.rmvtransport # homeassistant.components.rmvtransport
PyRMVtransport==0.3.2 PyRMVtransport==0.3.3
# homeassistant.components.telegram_bot # homeassistant.components.telegram_bot
PySocks==1.7.1 PySocks==1.7.1

View File

@ -21,7 +21,7 @@ PyNaCl==1.4.0
PyQRCode==1.2.1 PyQRCode==1.2.1
# homeassistant.components.rmvtransport # homeassistant.components.rmvtransport
PyRMVtransport==0.3.2 PyRMVtransport==0.3.3
# homeassistant.components.switchbot # homeassistant.components.switchbot
# PySwitchbot==0.12.0 # PySwitchbot==0.12.0