From a2dd9afc53c0277584fe75ee640a1cb996dd3a74 Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Fri, 24 Feb 2023 21:30:43 +0100 Subject: [PATCH] Sorting the darn manifest keys --- custom_components/spook/manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/custom_components/spook/manifest.json b/custom_components/spook/manifest.json index f26f66a5..a4f843e7 100644 --- a/custom_components/spook/manifest.json +++ b/custom_components/spook/manifest.json @@ -1,10 +1,10 @@ { "domain": "spook", "name": "Spook", + "after_dependencies": ["cloud"], "codeowners": ["@frenck"], "config_flow": true, "dependencies": ["homeassistant"], - "after_dependencies": ["cloud"], "documentation": "https://github.com/frenck/spook", "integration_type": "hub", "iot_class": "local_push",