mirror of https://github.com/home-assistant/core
11 lines
334 B
JSON
11 lines
334 B
JSON
{
|
|
"domain": "automation",
|
|
"name": "Automation",
|
|
"after_dependencies": ["device_automation", "webhook"],
|
|
"codeowners": ["@home-assistant/core"],
|
|
"dependencies": ["blueprint", "trace"],
|
|
"documentation": "https://www.home-assistant.io/integrations/automation",
|
|
"integration_type": "system",
|
|
"quality_scale": "internal"
|
|
}
|