diff --git a/homeassistant/components/eafm/manifest.json b/homeassistant/components/eafm/manifest.json index 1a2d4de6174..ed39b2cd20b 100644 --- a/homeassistant/components/eafm/manifest.json +++ b/homeassistant/components/eafm/manifest.json @@ -4,6 +4,7 @@ "codeowners": ["@Jc2k"], "config_flow": true, "documentation": "https://www.home-assistant.io/integrations/eafm", + "integration_type": "service", "iot_class": "cloud_polling", "loggers": ["aioeafm"], "requirements": ["aioeafm==0.1.2"] diff --git a/homeassistant/generated/integrations.json b/homeassistant/generated/integrations.json index 7790883653b..a6737ea6a96 100644 --- a/homeassistant/generated/integrations.json +++ b/homeassistant/generated/integrations.json @@ -1508,7 +1508,7 @@ }, "eafm": { "name": "Environment Agency Flood Gauges", - "integration_type": "hub", + "integration_type": "service", "config_flow": true, "iot_class": "cloud_polling" },