core/homeassistant/components/template/manifest.json

12 lines
347 B
JSON
Raw Normal View History

{
"domain": "template",
"name": "Template",
"after_dependencies": ["group"],
2023-02-08 19:41:50 +00:00
"codeowners": ["@PhracturedBlue", "@tetienne", "@home-assistant/core"],
"config_flow": true,
2023-02-08 19:41:50 +00:00
"documentation": "https://www.home-assistant.io/integrations/template",
"integration_type": "helper",
2023-02-08 19:41:50 +00:00
"iot_class": "local_push",
"quality_scale": "internal"
}