From 344a0c55a57ea31758b9858ba8b1d25243470d30 Mon Sep 17 00:00:00 2001 From: Malte Franken Date: Mon, 30 Jan 2023 01:02:13 +1100 Subject: [PATCH] Add integration_type to geo_json_events (#86878) define integration type --- homeassistant/components/geo_json_events/manifest.json | 3 ++- homeassistant/generated/integrations.json | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/homeassistant/components/geo_json_events/manifest.json b/homeassistant/components/geo_json_events/manifest.json index ea5b56bee1e..00f8a241624 100644 --- a/homeassistant/components/geo_json_events/manifest.json +++ b/homeassistant/components/geo_json_events/manifest.json @@ -5,5 +5,6 @@ "requirements": ["aio_geojson_generic_client==0.1"], "codeowners": ["@exxamalte"], "iot_class": "cloud_polling", - "loggers": ["aio_geojson_generic_client"] + "loggers": ["aio_geojson_generic_client"], + "integration_type": "service" } diff --git a/homeassistant/generated/integrations.json b/homeassistant/generated/integrations.json index 8beb5db0e6f..5a90121eb2c 100644 --- a/homeassistant/generated/integrations.json +++ b/homeassistant/generated/integrations.json @@ -1869,7 +1869,7 @@ }, "geo_json_events": { "name": "GeoJSON", - "integration_type": "hub", + "integration_type": "service", "config_flow": false, "iot_class": "cloud_polling" },