From b1f015f867d6da8fb278d3c68990dacd3abe3af2 Mon Sep 17 00:00:00 2001 From: Andrey Khrolenok Date: Sun, 1 Oct 2023 05:18:37 +0300 Subject: [PATCH] Fix manifest error --- custom_components/average/manifest.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/custom_components/average/manifest.json b/custom_components/average/manifest.json index 68bea95..2790da1 100644 --- a/custom_components/average/manifest.json +++ b/custom_components/average/manifest.json @@ -14,8 +14,8 @@ "documentation": "https://github.com/Limych/ha-average", "iot_class": "calculated", "issue_tracker": "https://github.com/Limych/ha-average/issues", - "version": "2.3.1-alpha", "requirements": [ "colorlog==6.7.0" - ] + ], + "version": "2.3.1-alpha" }