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:
parent
ca9dd0c833
commit
4ea587804e
3 changed files with 3 additions and 3 deletions
|
@ -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"]
|
||||
}
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue