From b0e8613bca9457c13de59892391a6a15b2a95126 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Olive=CC=81r=20Falvai?= Date: Sat, 25 Feb 2023 13:44:21 +0100 Subject: [PATCH] Fix JSON syntax --- custom_components/candy/manifest.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/custom_components/candy/manifest.json b/custom_components/candy/manifest.json index e5b0cea..0ce060c 100644 --- a/custom_components/candy/manifest.json +++ b/custom_components/candy/manifest.json @@ -8,7 +8,7 @@ "dependencies": [], "documentation": "https://github.com/ofalvai/home-assistant-candy", "homekit": {}, - "iot_class": "local_polling" + "iot_class": "local_polling", "issue_tracker": "https://github.com/ofalvai/home-assistant-candy/issues", "requirements": [ "backoff~=2.0", @@ -16,5 +16,5 @@ ], "ssdp": [], "version": "1.0.0", - "zeroconf": [], + "zeroconf": [] } \ No newline at end of file