diff --git a/custom_components/proconip_pool_controller/const.py b/custom_components/proconip_pool_controller/const.py index 5cf19f5..f581af8 100644 --- a/custom_components/proconip_pool_controller/const.py +++ b/custom_components/proconip_pool_controller/const.py @@ -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)" ) diff --git a/custom_components/proconip_pool_controller/manifest.json b/custom_components/proconip_pool_controller/manifest.json index c0402bc..093b567 100644 --- a/custom_components/proconip_pool_controller/manifest.json +++ b/custom_components/proconip_pool_controller/manifest.json @@ -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" } \ No newline at end of file diff --git a/requirements.txt b/requirements.txt index 2cce122..2260445 100644 --- a/requirements.txt +++ b/requirements.txt @@ -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