From d6689937a34d4ab0f30c36f7f9c5d0f20d8f424f Mon Sep 17 00:00:00 2001 From: Aidan Timson Date: Mon, 31 Oct 2022 19:42:02 +0000 Subject: [PATCH] Add integration type to OVO Energy (#81187) --- homeassistant/components/ovo_energy/manifest.json | 1 + homeassistant/generated/integrations.json | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) 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" },