mirror of
https://github.com/home-assistant/core.git
synced 2025-07-17 18:27:09 +00:00
Bump pyvesync for vesync (#138681)
* bump pyvesync * fix tests * Test fix
This commit is contained in:
parent
56b51227bb
commit
6b90e7b2c2
@ -12,5 +12,5 @@
|
|||||||
"documentation": "https://www.home-assistant.io/integrations/vesync",
|
"documentation": "https://www.home-assistant.io/integrations/vesync",
|
||||||
"iot_class": "cloud_polling",
|
"iot_class": "cloud_polling",
|
||||||
"loggers": ["pyvesync"],
|
"loggers": ["pyvesync"],
|
||||||
"requirements": ["pyvesync==2.1.17"]
|
"requirements": ["pyvesync==2.1.18"]
|
||||||
}
|
}
|
||||||
|
2
requirements_all.txt
generated
2
requirements_all.txt
generated
@ -2522,7 +2522,7 @@ pyvera==0.3.15
|
|||||||
pyversasense==0.0.6
|
pyversasense==0.0.6
|
||||||
|
|
||||||
# homeassistant.components.vesync
|
# homeassistant.components.vesync
|
||||||
pyvesync==2.1.17
|
pyvesync==2.1.18
|
||||||
|
|
||||||
# homeassistant.components.vizio
|
# homeassistant.components.vizio
|
||||||
pyvizio==0.1.61
|
pyvizio==0.1.61
|
||||||
|
2
requirements_test_all.txt
generated
2
requirements_test_all.txt
generated
@ -2040,7 +2040,7 @@ pyuptimerobot==22.2.0
|
|||||||
pyvera==0.3.15
|
pyvera==0.3.15
|
||||||
|
|
||||||
# homeassistant.components.vesync
|
# homeassistant.components.vesync
|
||||||
pyvesync==2.1.17
|
pyvesync==2.1.18
|
||||||
|
|
||||||
# homeassistant.components.vizio
|
# homeassistant.components.vizio
|
||||||
pyvizio==0.1.61
|
pyvizio==0.1.61
|
||||||
|
@ -171,6 +171,7 @@
|
|||||||
'models': list([
|
'models': list([
|
||||||
'LV-PUR131S',
|
'LV-PUR131S',
|
||||||
'LV-RH131S',
|
'LV-RH131S',
|
||||||
|
'LV-RH131S-WM',
|
||||||
]),
|
]),
|
||||||
'modes': list([
|
'modes': list([
|
||||||
'manual',
|
'manual',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user