From f962d25aa4b4962bce39a03d936e82960db53367 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miguel=20=C3=81ngel=20L=C3=B3pez=20Vicente?= Date: Tue, 19 Dec 2023 13:03:58 +0100 Subject: [PATCH] Update manifest.json --- custom_components/tarifa_20td/manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/custom_components/tarifa_20td/manifest.json b/custom_components/tarifa_20td/manifest.json index 1bc874f..2248244 100644 --- a/custom_components/tarifa_20td/manifest.json +++ b/custom_components/tarifa_20td/manifest.json @@ -8,7 +8,7 @@ "documentation": "https://github.com/MiguelAngelLV/tarifa_20td", "iot_class": "local_polling", "issue_tracker": "https://github.com/MiguelAngelLV/tarifa_20td/issues", - "requirements": ["holidays==0.18.0"], + "requirements": ["holidays>=0.18.0"], "version": "1.1.0" }