Co-authored-by: Martin Hjelmare <marhje52@gmail.com> Co-authored-by: Franck Nijhof <git@frenck.dev>
14 lines
313 B
JSON
14 lines
313 B
JSON
{
|
|
"domain": "automation",
|
|
"name": "Automation",
|
|
"documentation": "https://www.home-assistant.io/integrations/automation",
|
|
"dependencies": ["blueprint"],
|
|
"after_dependencies": [
|
|
"device_automation",
|
|
"webhook"
|
|
],
|
|
"codeowners": [
|
|
"@home-assistant/core"
|
|
],
|
|
"quality_scale": "internal"
|
|
}
|