mirror of
https://github.com/home-assistant/core.git
synced 2026-06-07 07:56:49 +01:00
10 lines
286 B
JSON
10 lines
286 B
JSON
{
|
|
"domain": "launch_library",
|
|
"name": "Launch Library",
|
|
"config_flow": true,
|
|
"documentation": "https://www.home-assistant.io/integrations/launch_library",
|
|
"requirements": ["pylaunches==1.3.0"],
|
|
"codeowners": ["@ludeeus", "@DurgNomis-drol"],
|
|
"iot_class": "cloud_polling"
|
|
}
|