Skip to content

Commit

Permalink
Update vesync to use pyvesync v2.0.2 (home-assistant#70281)
Browse files Browse the repository at this point in the history
Co-authored-by: Shay Levy <levyshay1@gmail.com>
  • Loading branch information
jlmaners and thecode authored Apr 21, 2022
1 parent de9f397 commit 089f727
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion homeassistant/components/vesync/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"name": "VeSync",
"documentation": "https://www.home-assistant.io/integrations/vesync",
"codeowners": ["@markperdue", "@webdjoe", "@thegardenmonkey"],
"requirements": ["pyvesync==1.4.2"],
"requirements": ["pyvesync==2.0.2"],
"config_flow": true,
"iot_class": "cloud_polling",
"loggers": ["pyvesync"]
Expand Down
2 changes: 1 addition & 1 deletion requirements_all.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1989,7 +1989,7 @@ pyvera==0.3.13
pyversasense==0.0.6

# homeassistant.components.vesync
pyvesync==1.4.2
pyvesync==2.0.2

# homeassistant.components.vizio
pyvizio==0.1.57
Expand Down
2 changes: 1 addition & 1 deletion requirements_test_all.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1300,7 +1300,7 @@ pyuptimerobot==22.2.0
pyvera==0.3.13

# homeassistant.components.vesync
pyvesync==1.4.2
pyvesync==2.0.2

# homeassistant.components.vizio
pyvizio==0.1.57
Expand Down

0 comments on commit 089f727

Please sign in to comment.