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