Skip to content

Commit

Permalink
Merge pull request #110 from natekspencer/dev
Browse files Browse the repository at this point in the history
Bump vivintpy to 2023.3.5
  • Loading branch information
natekspencer authored Jun 27, 2023
2 parents df22fb9 + b6e172b commit cdd1bbb
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
4 changes: 1 addition & 3 deletions custom_components/vivint/hub.py
Original file line number Diff line number Diff line change
Expand Up @@ -136,9 +136,7 @@ def remove_cache_file(self) -> None:
def save_session(self) -> bool:
"""Save session for reuse."""
# pylint: disable=protected-access
self.account.vivintskyapi._VivintSkyApi__client_session.cookie_jar.save(
self.cache_file
)
self.account.api._VivintSkyApi__client_session.cookie_jar.save(self.cache_file)
self.logged_in = True
return self.logged_in

Expand Down
2 changes: 1 addition & 1 deletion custom_components/vivint/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"iot_class": "cloud_push",
"issue_tracker": "https://github.com/natekspencer/hacs-vivint/issues",
"loggers": ["custom_components.vivint", "vivintpy"],
"requirements": ["vivintpy==2023.3.4"],
"requirements": ["vivintpy==2023.3.5"],
"version": "2023.6.0",
"zeroconf": ["_vivint-ODC300._tcp.local.", "_vivint-DBC350._tcp.local."]
}
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ homeassistant>=2023.6
pip>=21.0
pylint>=2.17.3
ruff==0.0.255
vivintpy>=2023.3.4
vivintpy>=2023.3.5

0 comments on commit cdd1bbb

Please sign in to comment.