diff --git a/homeassistant/components/qld_bushfire/manifest.json b/homeassistant/components/qld_bushfire/manifest.json index 366bbdc3479..94e94dcb6ee 100644 --- a/homeassistant/components/qld_bushfire/manifest.json +++ b/homeassistant/components/qld_bushfire/manifest.json @@ -5,5 +5,6 @@ "requirements": ["georss_qld_bushfire_alert_client==0.5"], "codeowners": ["@exxamalte"], "iot_class": "cloud_polling", - "loggers": ["georss_qld_bushfire_alert_client"] + "loggers": ["georss_qld_bushfire_alert_client"], + "integration_type": "service" } diff --git a/homeassistant/generated/integrations.json b/homeassistant/generated/integrations.json index ed1aa0a3647..aa6221a1140 100644 --- a/homeassistant/generated/integrations.json +++ b/homeassistant/generated/integrations.json @@ -4159,7 +4159,7 @@ }, "qld_bushfire": { "name": "Queensland Bushfire Alert", - "integration_type": "hub", + "integration_type": "service", "config_flow": false, "iot_class": "cloud_polling" },