diff --git a/homeassistant/components/suez_water/manifest.json b/homeassistant/components/suez_water/manifest.json index 5c23240ce91..c91d326e087 100644 --- a/homeassistant/components/suez_water/manifest.json +++ b/homeassistant/components/suez_water/manifest.json @@ -5,6 +5,7 @@ "codeowners": ["@ooii", "@jb101010-2"], "config_flow": true, "documentation": "https://www.home-assistant.io/integrations/suez_water", + "integration_type": "service", "iot_class": "cloud_polling", "loggers": ["pysuez", "regex"], "quality_scale": "bronze", diff --git a/homeassistant/generated/integrations.json b/homeassistant/generated/integrations.json index dd0267c81b9..be426466fba 100644 --- a/homeassistant/generated/integrations.json +++ b/homeassistant/generated/integrations.json @@ -6625,7 +6625,7 @@ }, "suez_water": { "name": "Suez Water", - "integration_type": "hub", + "integration_type": "service", "config_flow": true, "iot_class": "cloud_polling" },