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",