diff --git a/custom_components/pandora_cas/manifest.json b/custom_components/pandora_cas/manifest.json index 98ce78d..5599932 100644 --- a/custom_components/pandora_cas/manifest.json +++ b/custom_components/pandora_cas/manifest.json @@ -1,14 +1,14 @@ { "domain": "pandora_cas", "name": "Pandora Car Alarm System", + "after_dependencies": [ + "recorder" + ], "codeowners": [ "@alryaz" ], "config_flow": true, "dependencies": [], - "after_dependencies": [ - "recorder" - ], "documentation": "https://github.com/alryaz/hass-pandora-cas", "integration_type": "hub", "iot_class": "cloud_push",