hass-core/homeassistant/components/launch_library/manifest.json
Michael 8236a9529f
Mark integrations as single_config_entry in manifest [k-r] (#128191)
* mark integrations as single_config_entry in manifest

* fix owntracks test
2024-10-12 09:03:17 +02:00

11 lines
350 B
JSON

{
"domain": "launch_library",
"name": "Launch Library",
"codeowners": ["@ludeeus", "@DurgNomis-drol"],
"config_flow": true,
"documentation": "https://www.home-assistant.io/integrations/launch_library",
"integration_type": "service",
"iot_class": "cloud_polling",
"requirements": ["pylaunches==2.0.0"],
"single_config_entry": true
}