Skip to content

Commit

Permalink
chore(release): 0.1.27 (#598)
Browse files Browse the repository at this point in the history
  • Loading branch information
SecKatie authored May 27, 2024
1 parent 0143338 commit 60b286a
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions custom_components/wyzeapi/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"iot_class": "cloud_polling",
"issue_tracker": "https://github.com/SecKatie/ha-wyzeapi/issues",
"requirements": [
"wyzeapy>=0.5.22,<0.5.23"
"wyzeapy>=0.5.23,<0.5.24"
],
"version": "0.1.26"
"version": "0.1.27"
}
10 changes: 5 additions & 5 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

[tool.poetry]
name = "ha-wyzeapi"
version = "0.1.26"
version = "0.1.27"
description = "A Home Assistant integration for Wyze devices"
authors = ["Katie Mulliken <katie@mulliken.net>"]
license = "Apache-2.0"
Expand All @@ -13,7 +13,7 @@ package-mode = false
[tool.poetry.dependencies]
python = ">=3.11.0,<3.13"
homeassistant = ">=2024"
wyzeapy = ">=0.5.22,<0.5.23"
wyzeapy = ">=0.5.23,<0.5.24"

[tool.poetry.dev-dependencies]

Expand Down

0 comments on commit 60b286a

Please sign in to comment.