core/homeassistant/components/kitchen_sink/manifest.json

10 lines
294 B
JSON
Raw Normal View History

2023-01-10 16:31:47 +00:00
{
2023-02-08 19:35:25 +00:00
"domain": "kitchen_sink",
"name": "Everything but the Kitchen Sink",
2023-01-10 16:31:47 +00:00
"after_dependencies": ["recorder"],
"codeowners": ["@home-assistant/core"],
"documentation": "https://www.home-assistant.io/integrations/kitchen_sink",
"iot_class": "calculated",
"quality_scale": "internal"
}