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" },