From b56d332c26d2d4feba696d74785df4625044e08e Mon Sep 17 00:00:00 2001 From: Simon Hansen <67142049+DurgNomis-drol@users.noreply.github.com> Date: Mon, 24 Oct 2022 23:23:14 +0200 Subject: [PATCH] Add integration_type to launchlibrary (#80907) --- homeassistant/components/launch_library/manifest.json | 1 + homeassistant/generated/integrations.json | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/homeassistant/components/launch_library/manifest.json b/homeassistant/components/launch_library/manifest.json index af0cf77007e..12b743b22d1 100644 --- a/homeassistant/components/launch_library/manifest.json +++ b/homeassistant/components/launch_library/manifest.json @@ -2,6 +2,7 @@ "domain": "launch_library", "name": "Launch Library", "config_flow": true, + "integration_type": "service", "documentation": "https://www.home-assistant.io/integrations/launch_library", "requirements": ["pylaunches==1.3.0"], "codeowners": ["@ludeeus", "@DurgNomis-drol"], diff --git a/homeassistant/generated/integrations.json b/homeassistant/generated/integrations.json index 8805bea7e58..033465408f2 100644 --- a/homeassistant/generated/integrations.json +++ b/homeassistant/generated/integrations.json @@ -2692,7 +2692,7 @@ }, "launch_library": { "name": "Launch Library", - "integration_type": "hub", + "integration_type": "service", "config_flow": true, "iot_class": "cloud_polling" },