From 3089ca06c5c057a49ee84b910b66b5ad4499314b Mon Sep 17 00:00:00 2001 From: Malte Franken Date: Thu, 10 Nov 2022 18:16:37 +1100 Subject: [PATCH] Add integration_type to qld_bushfire (#81895) define integration type --- homeassistant/components/qld_bushfire/manifest.json | 3 ++- homeassistant/generated/integrations.json | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) 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" },