From ad36305c9755d07499497350aa04415e89eca484 Mon Sep 17 00:00:00 2001 From: Tanel Vakker Date: Thu, 9 Jan 2025 15:38:44 +0200 Subject: [PATCH 1/2] Update qilowatt package to use 2024.12.1.1 --- custom_components/qilowatt/manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/custom_components/qilowatt/manifest.json b/custom_components/qilowatt/manifest.json index b6370dc..265a27d 100644 --- a/custom_components/qilowatt/manifest.json +++ b/custom_components/qilowatt/manifest.json @@ -3,7 +3,7 @@ "name": "Qilowatt", "version": "1.0.0", "documentation": "https://github.com/qilowatt/qilowatt-ha", - "requirements": ["qilowatt==2024.12.1"], + "requirements": ["qilowatt==2024.12.1.1"], "dependencies": [], "codeowners": ["@tanelvakker"], "config_flow": true, From 3f5373022ba7ed2cf6c97d8a8c892e13b2d3af9d Mon Sep 17 00:00:00 2001 From: Tanel Vakker Date: Thu, 9 Jan 2025 15:57:13 +0200 Subject: [PATCH 2/2] Bump to 2024.12.1.2 --- custom_components/qilowatt/manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/custom_components/qilowatt/manifest.json b/custom_components/qilowatt/manifest.json index 265a27d..88dfbd0 100644 --- a/custom_components/qilowatt/manifest.json +++ b/custom_components/qilowatt/manifest.json @@ -3,7 +3,7 @@ "name": "Qilowatt", "version": "1.0.0", "documentation": "https://github.com/qilowatt/qilowatt-ha", - "requirements": ["qilowatt==2024.12.1.1"], + "requirements": ["qilowatt==2024.12.1.2"], "dependencies": [], "codeowners": ["@tanelvakker"], "config_flow": true,