diff --git a/custom_components/ogero/manifest.json b/custom_components/ogero/manifest.json index 63adab7..2a949e0 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.10.0" + "pyogero==0.10.1" ], - "version": "0.4.4" + "version": "0.4.5" } \ No newline at end of file diff --git a/hacs.json b/hacs.json index 2c94f83..17c9eae 100644 --- a/hacs.json +++ b/hacs.json @@ -2,7 +2,7 @@ "name": "Ogero", "filename": "ogero.zip", "hide_default_branch": true, - "homeassistant": "2023.11.0", + "homeassistant": "2024.6.0", "render_readme": true, "zip_release": true } \ No newline at end of file diff --git a/requirements.txt b/requirements.txt index 9924f71..91fe2ab 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ colorlog==6.7.0 -homeassistant>=2023.11.3 +homeassistant>=2024.6.0 pip>=21.0,<23.4 ruff==0.1.14 -pyogero==0.10.0 +pyogero==0.10.1 urllib3>=1.26.16