mirror of https://github.com/home-assistant/core
13 lines
367 B
JSON
13 lines
367 B
JSON
{
|
|
"domain": "template",
|
|
"name": "Template",
|
|
"after_dependencies": ["group"],
|
|
"codeowners": ["@PhracturedBlue", "@home-assistant/core"],
|
|
"config_flow": true,
|
|
"dependencies": ["blueprint"],
|
|
"documentation": "https://www.home-assistant.io/integrations/template",
|
|
"integration_type": "helper",
|
|
"iot_class": "local_push",
|
|
"quality_scale": "internal"
|
|
}
|