diff --git a/homeassistant/components/aftership/manifest.json b/homeassistant/components/aftership/manifest.json index eb4fffa57bc..dc0f458260c 100644 --- a/homeassistant/components/aftership/manifest.json +++ b/homeassistant/components/aftership/manifest.json @@ -4,6 +4,7 @@ "codeowners": [], "config_flow": true, "documentation": "https://www.home-assistant.io/integrations/aftership", + "integration_type": "service", "iot_class": "cloud_polling", "requirements": ["pyaftership==21.11.0"] } diff --git a/homeassistant/generated/integrations.json b/homeassistant/generated/integrations.json index 490fa75c141..9924cee38b0 100644 --- a/homeassistant/generated/integrations.json +++ b/homeassistant/generated/integrations.json @@ -95,7 +95,7 @@ }, "aftership": { "name": "AfterShip", - "integration_type": "hub", + "integration_type": "service", "config_flow": true, "iot_class": "cloud_polling" },