From b7f3eb77dcf6d81ad9c0ea6f8ec98803fb9f6d66 Mon Sep 17 00:00:00 2001 From: Malte Franken Date: Wed, 9 Nov 2022 21:20:27 +1100 Subject: [PATCH] Add integration_type to usgs_earthquakes_feed (#81846) --- homeassistant/components/usgs_earthquakes_feed/manifest.json | 3 ++- homeassistant/generated/integrations.json | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/homeassistant/components/usgs_earthquakes_feed/manifest.json b/homeassistant/components/usgs_earthquakes_feed/manifest.json index bd8ec9633bd..ee37381a6fa 100644 --- a/homeassistant/components/usgs_earthquakes_feed/manifest.json +++ b/homeassistant/components/usgs_earthquakes_feed/manifest.json @@ -5,5 +5,6 @@ "requirements": ["aio_geojson_usgs_earthquakes==0.1"], "codeowners": ["@exxamalte"], "iot_class": "cloud_polling", - "loggers": ["aio_geojson_usgs_earthquakes"] + "loggers": ["aio_geojson_usgs_earthquakes"], + "integration_type": "service" } diff --git a/homeassistant/generated/integrations.json b/homeassistant/generated/integrations.json index 91f19977ccb..bbb7928f68f 100644 --- a/homeassistant/generated/integrations.json +++ b/homeassistant/generated/integrations.json @@ -5687,7 +5687,7 @@ }, "usgs_earthquakes_feed": { "name": "U.S. Geological Survey Earthquake Hazards (USGS)", - "integration_type": "hub", + "integration_type": "service", "config_flow": false, "iot_class": "cloud_polling" },