From 8de321253b78de0638106aac3b126a93b0bd9295 Mon Sep 17 00:00:00 2001 From: Luke Date: Fri, 10 Feb 2023 01:52:00 -0500 Subject: [PATCH] Reorganize manifest scaffold (#87819) * reorganize manifest.json * add iot_class to manifest --- .../templates/integration/integration/manifest.json | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/script/scaffold/templates/integration/integration/manifest.json b/script/scaffold/templates/integration/integration/manifest.json index a95991abef8..7235500391d 100644 --- a/script/scaffold/templates/integration/integration/manifest.json +++ b/script/scaffold/templates/integration/integration/manifest.json @@ -1,12 +1,13 @@ { "domain": "NEW_DOMAIN", "name": "NEW_NAME", + "codeowners": [], "config_flow": false, + "dependencies": [], "documentation": "https://www.home-assistant.io/integrations/NEW_DOMAIN", + "homekit": {}, + "iot_class": "IOT_CLASS", "requirements": [], "ssdp": [], - "zeroconf": [], - "homekit": {}, - "dependencies": [], - "codeowners": [] + "zeroconf": [] }