diff --git a/homeassistant/components/ovo_energy/manifest.json b/homeassistant/components/ovo_energy/manifest.json index 6d994e472c8..e61aaebe190 100644 --- a/homeassistant/components/ovo_energy/manifest.json +++ b/homeassistant/components/ovo_energy/manifest.json @@ -5,6 +5,7 @@ "documentation": "https://www.home-assistant.io/integrations/ovo_energy", "requirements": ["ovoenergy==1.2.0"], "codeowners": ["@timmo001"], + "integration_type": "service", "iot_class": "cloud_polling", "loggers": ["ovoenergy"] } diff --git a/homeassistant/generated/integrations.json b/homeassistant/generated/integrations.json index 3614f5d7afb..57452743af1 100644 --- a/homeassistant/generated/integrations.json +++ b/homeassistant/generated/integrations.json @@ -3831,7 +3831,7 @@ }, "ovo_energy": { "name": "OVO Energy", - "integration_type": "hub", + "integration_type": "service", "config_flow": true, "iot_class": "cloud_polling" },