From d92ba9861de8053f9e1498e5f150709b8d70f8db Mon Sep 17 00:00:00 2001 From: Vladimir Ermakov Date: Sun, 11 Feb 2024 08:22:20 +0100 Subject: [PATCH] fix manifest --- custom_components/myheat/manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/custom_components/myheat/manifest.json b/custom_components/myheat/manifest.json index fb08df6..1c24c81 100644 --- a/custom_components/myheat/manifest.json +++ b/custom_components/myheat/manifest.json @@ -10,5 +10,5 @@ "issue_tracker": "https://github.com/vooon/hass-myheat/issues", "loggers": ["myheat"], "requirements": [], - "version": "0.2.0", + "version": "0.2.0" }