From efd60de1ac41c4da68b3ebaa8bd6385a4bb26c0b Mon Sep 17 00:00:00 2001 From: Malte Franken Date: Mon, 7 Nov 2022 19:01:07 +1100 Subject: [PATCH] Add integration_type to geonetnz_volcano (#81607) define integration type --- homeassistant/components/geonetnz_volcano/manifest.json | 3 ++- homeassistant/generated/integrations.json | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/homeassistant/components/geonetnz_volcano/manifest.json b/homeassistant/components/geonetnz_volcano/manifest.json index a365237561a..7c765ecb939 100644 --- a/homeassistant/components/geonetnz_volcano/manifest.json +++ b/homeassistant/components/geonetnz_volcano/manifest.json @@ -6,5 +6,6 @@ "requirements": ["aio_geojson_geonetnz_volcano==0.6"], "codeowners": ["@exxamalte"], "iot_class": "cloud_polling", - "loggers": ["aio_geojson_geonetnz_volcano"] + "loggers": ["aio_geojson_geonetnz_volcano"], + "integration_type": "service" } diff --git a/homeassistant/generated/integrations.json b/homeassistant/generated/integrations.json index 55a330685d5..89de4fa92fc 100644 --- a/homeassistant/generated/integrations.json +++ b/homeassistant/generated/integrations.json @@ -1841,7 +1841,7 @@ "name": "GeoNet NZ Quakes" }, "geonetnz_volcano": { - "integration_type": "hub", + "integration_type": "service", "config_flow": true, "iot_class": "cloud_polling", "name": "GeoNet NZ Volcano"