diff --git a/homeassistant/components/mill/manifest.json b/homeassistant/components/mill/manifest.json index f8fd057a2ed..0af01740c7f 100644 --- a/homeassistant/components/mill/manifest.json +++ b/homeassistant/components/mill/manifest.json @@ -1,9 +1,9 @@ { "domain": "mill", "name": "Mill", + "after_dependencies": ["recorder"], "codeowners": ["@danielhiversen"], "config_flow": true, - "dependencies": ["recorder"], "documentation": "https://www.home-assistant.io/integrations/mill", "iot_class": "local_polling", "loggers": ["mill", "mill_local"],