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