Skip to content

Commit

Permalink
Merge pull request #9 from paulianttila/dev
Browse files Browse the repository at this point in the history
Dev
  • Loading branch information
paulianttila authored Jul 10, 2023
2 parents 3509d31 + 43e4e39 commit 0ffa612
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ def init(self, callbacks: Callbacks) -> None:
)

def get_version(self) -> str:
return "2.2.0"
return "2.2.1"

def stop(self) -> None:
self.logger.debug("Exit")
Expand Down Expand Up @@ -337,7 +337,6 @@ def unpack(overview: list, value: str) -> dict | list:
self.verisure.door_window(),
self.verisure.smart_lock(),
self.verisure.smartplugs(),
self.verisure.door_lock_configuration(),
)
self.logger.debug(f"Received data: {overview}")
return {
Expand Down

0 comments on commit 0ffa612

Please sign in to comment.