diff --git a/custom_components/ogero/manifest.json b/custom_components/ogero/manifest.json index ae95b5c..c9723fd 100644 --- a/custom_components/ogero/manifest.json +++ b/custom_components/ogero/manifest.json @@ -9,7 +9,7 @@ "iot_class": "cloud_polling", "issue_tracker": "https://github.com/oraad/ha-ogero/issues", "requirements": [ - "pyogero==0.8.1" + "pyogero==0.8.2" ], - "version": "0.4.2" + "version": "0.4.3" } \ No newline at end of file diff --git a/requirements.txt b/requirements.txt index cfb5b3d..72ca933 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,5 +2,5 @@ colorlog==6.7.0 homeassistant>=2023.11.3 pip>=21.0,<23.4 ruff==0.1.14 -pyogero==0.8.1 +pyogero==0.8.2 urllib3>=1.26.16