core/homeassistant/components/launch_library/manifest.json

11 lines
319 B
JSON
Raw Normal View History

{
"domain": "launch_library",
"name": "Launch Library",
2023-02-08 19:35:25 +00:00
"codeowners": ["@ludeeus", "@DurgNomis-drol"],
"config_flow": true,
"documentation": "https://www.home-assistant.io/integrations/launch_library",
2023-02-08 19:35:25 +00:00
"integration_type": "service",
"iot_class": "cloud_polling",
"requirements": ["pylaunches==1.4.0"]
}