From 0c1bb1b8380ad21fdb31a3b3b43ca23192a14e32 Mon Sep 17 00:00:00 2001 From: Lennard Beers Date: Thu, 23 Mar 2023 04:09:41 +0100 Subject: [PATCH] fix: update manifest package version --- custom_components/estimenergy_integration/manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/custom_components/estimenergy_integration/manifest.json b/custom_components/estimenergy_integration/manifest.json index 51f4e36..f031216 100644 --- a/custom_components/estimenergy_integration/manifest.json +++ b/custom_components/estimenergy_integration/manifest.json @@ -7,6 +7,6 @@ "documentation": "https://github.com/EuleMitKeule/EstimEnergy", "iot_class": "local_polling", "issue_tracker": "https://github.com/EuleMitKeule/EstimEnergy/issues", - "requirements": ["estimenergy"], + "requirements": ["estimenergy>=1.10"], "version": "0.0.1" }