From e3a42e3cd278dba1462f44458f81783c0e0777a4 Mon Sep 17 00:00:00 2001 From: Jonas <86736063+JonasJoKuJonas@users.noreply.github.com> Date: Tue, 3 Jan 2023 12:09:07 +0100 Subject: [PATCH] fixed json in creating_integration_manifest.md (#1609) --- docs/creating_integration_manifest.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/creating_integration_manifest.md b/docs/creating_integration_manifest.md index fbf62c96..d2be1c1d 100644 --- a/docs/creating_integration_manifest.md +++ b/docs/creating_integration_manifest.md @@ -17,7 +17,7 @@ Every integration has a manifest file to specify basic information about an inte "codeowners": ["@balloob"], "requirements": ["aiohue==1.9.1"], "quality_scale": "platinum", - "iot_class": "local_polling" + "iot_class": "local_polling", "loggers": ["aiohue"] } ```