update python-velbus to 2.0.44 (#38966)

The only change is in python-velbus 2.0.44 is a more flexible way to import dependency pyserial as asked for by @MartinHjelmare
This commit is contained in:
Thomas Delaet 2020-08-17 21:01:21 +02:00 committed by GitHub
parent ca9dd0c833
commit 4ea587804e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View File

@ -2,7 +2,7 @@
"domain": "velbus",
"name": "Velbus",
"documentation": "https://www.home-assistant.io/integrations/velbus",
"requirements": ["python-velbus==2.0.43"],
"requirements": ["python-velbus==2.0.44"],
"config_flow": true,
"codeowners": ["@Cereal2nd", "@brefra"]
}

View File

@ -1776,7 +1776,7 @@ python-telnet-vlc==1.0.4
python-twitch-client==0.6.0
# homeassistant.components.velbus
python-velbus==2.0.43
python-velbus==2.0.44
# homeassistant.components.vlc
python-vlc==1.1.2

View File

@ -818,7 +818,7 @@ python-tado==0.8.1
python-twitch-client==0.6.0
# homeassistant.components.velbus
python-velbus==2.0.43
python-velbus==2.0.44
# homeassistant.components.awair
python_awair==0.1.1