Skip to content

Commit

Permalink
go to prev version of pyonwater
Browse files Browse the repository at this point in the history
  • Loading branch information
kdeyev authored Sep 21, 2024
1 parent 79569a2 commit 6f94c17
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion custom_components/eyeonwater/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@
"dependencies": ["recorder"],
"documentation": "https://github.com/kdeyev/eyeonwater",
"iot_class": "cloud_polling",
"requirements": ["pyonwater==0.3.11"],
"requirements": ["pyonwater==0.3.10"],
"version": "2.5.7"
}
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ tenacity = "^8.2.3"
pytz = "^2023.3"
python-dateutil = "^2.8.2"
pydantic = "<2"
pyonwater = "0.3.11"
pyonwater = "0.3.10"

[tool.poetry.group.dev.dependencies]
types-pytz = "^2023.3.0.1"
Expand Down

0 comments on commit 6f94c17

Please sign in to comment.