From c12d2ec0bd8b1fb8df6c343a5ce3945822889454 Mon Sep 17 00:00:00 2001 From: Joost Lekkerkerker Date: Mon, 15 Dec 2025 09:44:37 +0100 Subject: [PATCH] Add integration_type service to faa_delays (#159011) --- homeassistant/components/faa_delays/manifest.json | 1 + homeassistant/generated/integrations.json | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/homeassistant/components/faa_delays/manifest.json b/homeassistant/components/faa_delays/manifest.json index 07c2cfea771..d048f110638 100644 --- a/homeassistant/components/faa_delays/manifest.json +++ b/homeassistant/components/faa_delays/manifest.json @@ -4,6 +4,7 @@ "codeowners": ["@ntilley905"], "config_flow": true, "documentation": "https://www.home-assistant.io/integrations/faa_delays", + "integration_type": "service", "iot_class": "cloud_polling", "loggers": ["faadelays"], "requirements": ["faadelays==2023.9.1"] diff --git a/homeassistant/generated/integrations.json b/homeassistant/generated/integrations.json index cd1cb2874e7..9c444b0a814 100644 --- a/homeassistant/generated/integrations.json +++ b/homeassistant/generated/integrations.json @@ -1911,7 +1911,7 @@ }, "faa_delays": { "name": "FAA Delays", - "integration_type": "hub", + "integration_type": "service", "config_flow": true, "iot_class": "cloud_polling" },