From f0e2b1c88b283ee7efab448a360c45d4d460bd96 Mon Sep 17 00:00:00 2001 From: Johan Isacsson Date: Mon, 8 May 2023 01:13:28 +0200 Subject: [PATCH] Hassfest --- custom_components/sunspec/manifest.json | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/custom_components/sunspec/manifest.json b/custom_components/sunspec/manifest.json index 3c61f78..d766522 100644 --- a/custom_components/sunspec/manifest.json +++ b/custom_components/sunspec/manifest.json @@ -1,11 +1,6 @@ { "domain": "sunspec", "name": "SunSpec", - "version": "0.0.23", - "documentation": "https://github.com/cjne/ha-sunspec", - "issue_tracker": "https://github.com/cjne/ha-sunspec/issues", - "dependencies": [], - "config_flow": true, "codeowners": ["@cjne"], "config_flow": true, "dependencies": [], @@ -13,5 +8,5 @@ "iot_class": "local_polling", "issue_tracker": "https://github.com/cjne/ha-sunspec/issues", "requirements": ["pysunspec2==1.0.8"], - "version": "0.0.22" + "version": "0.0.23" }