From 3658c5f67371057b7787b1e6b234e5a8a721f2eb Mon Sep 17 00:00:00 2001 From: Malte Franken Date: Mon, 14 Nov 2022 02:06:33 +1100 Subject: [PATCH] Add integration_type to nsw_rural_fire_service_feed (#82031) define integration type --- .../components/nsw_rural_fire_service_feed/manifest.json | 3 ++- homeassistant/generated/integrations.json | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/homeassistant/components/nsw_rural_fire_service_feed/manifest.json b/homeassistant/components/nsw_rural_fire_service_feed/manifest.json index 694089b1396..97e67f1f0a4 100644 --- a/homeassistant/components/nsw_rural_fire_service_feed/manifest.json +++ b/homeassistant/components/nsw_rural_fire_service_feed/manifest.json @@ -5,5 +5,6 @@ "requirements": ["aio_geojson_nsw_rfs_incidents==0.4"], "codeowners": ["@exxamalte"], "iot_class": "cloud_polling", - "loggers": ["aio_geojson_nsw_rfs_incidents"] + "loggers": ["aio_geojson_nsw_rfs_incidents"], + "integration_type": "service" } diff --git a/homeassistant/generated/integrations.json b/homeassistant/generated/integrations.json index aa6221a1140..0ca0f01209c 100644 --- a/homeassistant/generated/integrations.json +++ b/homeassistant/generated/integrations.json @@ -3575,7 +3575,7 @@ }, "nsw_rural_fire_service_feed": { "name": "NSW Rural Fire Service Incidents", - "integration_type": "hub", + "integration_type": "service", "config_flow": false, "iot_class": "cloud_polling" },