hass-core/homeassistant/components/kitchen_sink/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

10 lines
325 B
JSON

{
"domain": "kitchen_sink",
"name": "Everything but the Kitchen Sink",
"after_dependencies": ["recorder"],
"codeowners": ["@home-assistant/core"],
"documentation": "https://www.home-assistant.io/integrations/kitchen_sink",
"iot_class": "calculated",
"quality_scale": "internal",
"single_config_entry": true
}