Skip to content

Commit

Permalink
Update library package (v1.2.6 --> v.1.2.7) to fix value calculation …
Browse files Browse the repository at this point in the history
…formula
  • Loading branch information
ylabonte committed Jul 4, 2023
1 parent 6a0cbbf commit ba9b8b8
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion custom_components/proconip_pool_controller/const.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

NAME = "ProCon.IP Pool Controller"
DOMAIN = "proconip_pool_controller"
VERSION = "1.0.1-beta.4"
VERSION = "1.0.1-beta.5"
ATTRIBUTION = (
"Data provided by your Pool Digital ProCon.IP (https://www.pooldigital.de)"
)
4 changes: 2 additions & 2 deletions custom_components/proconip_pool_controller/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"iot_class": "local_polling",
"issue_tracker": "https://github.com/ylabonte/proconip-hass/issues",
"requirements": [
"proconip==1.2.6"
"proconip==1.2.7"
],
"version": "1.0.1-beta.4"
"version": "1.0.1-beta.5"
}
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ colorlog==6.7.0
homeassistant>=2023.6.0
pip>=21.0,<23.2
ruff==0.0.272
proconip==1.2.6
proconip==1.2.7

0 comments on commit ba9b8b8

Please sign in to comment.