core/homeassistant/components/automation/manifest.json

15 lines
278 B
JSON

{
"domain": "automation",
"name": "Automation",
"documentation": "https://www.home-assistant.io/integrations/automation",
"requirements": [],
"dependencies": [
"device_automation",
"group",
"webhook"
],
"codeowners": [
"@home-assistant/core"
]
}