mirror of https://github.com/home-assistant/core
11 lines
297 B
JSON
11 lines
297 B
JSON
{
|
|
"domain": "demo",
|
|
"name": "Demo",
|
|
"codeowners": ["@home-assistant/core"],
|
|
"dependencies": ["conversation", "group", "zone"],
|
|
"documentation": "https://www.home-assistant.io/integrations/demo",
|
|
"iot_class": "calculated",
|
|
"quality_scale": "internal",
|
|
"single_config_entry": true
|
|
}
|