Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update for new pyvesyncv_v2 library and vesync switch support #21449

Merged
merged 4 commits into from
Mar 2, 2019
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Change dependency to pyvesync-v2 for vesync switch
  • Loading branch information
webdjoe committed Feb 20, 2019
commit a15facd3be729c6609571949b5977b52ebadcd3a
2 changes: 1 addition & 1 deletion homeassistant/components/switch/vesync.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
import homeassistant.helpers.config_validation as cv


REQUIREMENTS = ['pyvesync==0.1.1']
REQUIREMENTS = ['pyvesync-v2==0.9.0']

_LOGGER = logging.getLogger(__name__)

Expand Down
2 changes: 1 addition & 1 deletion requirements_all.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1427,7 +1427,7 @@ pyuptimerobot==0.0.5
pyvera==0.2.45

# homeassistant.components.switch.vesync
pyvesync==0.1.1
pyvesync-v2==0.9.0

# homeassistant.components.media_player.vizio
pyvizio==0.0.4
Expand Down