From 0f799b6399c9f1cf9bec34ad71befb25a8c01547 Mon Sep 17 00:00:00 2001 From: Paul Schulz Date: Mon, 1 May 2023 15:03:13 +0930 Subject: [PATCH] Minor edit - remove 'comma' (#1764) --- 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 4a6ee1b6..39d69ad9 100644 --- a/docs/creating_integration_manifest.md +++ b/docs/creating_integration_manifest.md @@ -33,7 +33,7 @@ Or a minimal example that you can copy into your project: "documentation": "https://www.example.com", "integration_type": "hub", "iot_class": "cloud_polling", - "requirements": [], + "requirements": [] } ```