From 36f83bb985f801d650aa1a7ff9ac2eb65f25a726 Mon Sep 17 00:00:00 2001 From: Guido Schmitz Date: Wed, 12 Oct 2022 23:35:01 +0200 Subject: [PATCH] Fix tailing comma in JSON snippet on Grouping integrations page (#1494) --- docs/creating_integration_brand.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/creating_integration_brand.md b/docs/creating_integration_brand.md index b09a1cd0..112ca6b9 100644 --- a/docs/creating_integration_brand.md +++ b/docs/creating_integration_brand.md @@ -34,7 +34,7 @@ Or a minimal example that you can copy into your project: "domain": "your_brand_domain", "name": "Your Brand", "integrations": [], - "iot_standards": [], + "iot_standards": [] } ```