diff --git a/Pipfile b/Pipfile index ffdf6a0..bf15193 100644 --- a/Pipfile +++ b/Pipfile @@ -10,7 +10,7 @@ ipython = "*" ipdb = "*" sqlalchemy = "*" pre-commit = "*" -homeassistant = ">= 2023.11.0" +homeassistant = ">= 2023.12.0" mypy = "*" flake8 = "*" black = "*" diff --git a/custom_components/ideenergy/manifest.json b/custom_components/ideenergy/manifest.json index 3b5eba7..cfcd4bb 100644 --- a/custom_components/ideenergy/manifest.json +++ b/custom_components/ideenergy/manifest.json @@ -13,8 +13,8 @@ "iot_class": "cloud_polling", "issue_tracker": "https://github.com/ldotlopez/ha-ideenergy/issues", "requirements": [ - "ideenergy>=2.0.0a0", - "homeassistant-historical-sensor==2.0.0rc1" + "ideenergy>=2.0.0rc1", + "homeassistant-historical-sensor==2.0.0rc3" ], - "version": "2.0.5" + "version": "2.1.0" }