From 7f5536e8d21b12a00369b51e0eaed006b2b40c74 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mguel=20=C3=81ngel?= Date: Sun, 24 Mar 2024 21:27:34 +0100 Subject: [PATCH] Update hacs --- custom_components/tarifa_20td/manifest.json | 2 +- hacs.json | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/custom_components/tarifa_20td/manifest.json b/custom_components/tarifa_20td/manifest.json index 2908cd9..48a1bf0 100755 --- a/custom_components/tarifa_20td/manifest.json +++ b/custom_components/tarifa_20td/manifest.json @@ -7,5 +7,5 @@ "iot_class": "local_polling", "issue_tracker": "https://github.com/MiguelAngelLV/tarifa_20td/issues", "requirements": ["tariff-td==1.0"], - "version": "1.1.0" + "version": "0.0.0" } diff --git a/hacs.json b/hacs.json index 59ccb49..0ce2795 100644 --- a/hacs.json +++ b/hacs.json @@ -2,5 +2,7 @@ "name": "Tarifa 2.0 TD", "render_readme": true, "homeassistant": "2023.1.0", - "country": "ES" + "country": "ES", + "zip_release": true, + "filename": "tarifa_20td.zip" }