From ef53f595c664ed9f283cb0c0b5deed1c9e7db13c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?L=2E=20L=C3=B3pez?= Date: Fri, 29 Dec 2023 12:15:24 +0100 Subject: [PATCH] Update manifest requirements --- Pipfile | 2 +- custom_components/ideenergy/manifest.json | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) 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" }