* Add websock command to query device for triggers * Lint * Refactor * Add support for domain automations * Make device automation an automation platform * lint * Support device_id in light trigger * Review comments * Add tests * Add tests * lint
12 lines
259 B
JSON
12 lines
259 B
JSON
{
|
|
"domain": "device_automation",
|
|
"name": "Device automation",
|
|
"documentation": "https://www.home-assistant.io/components/device_automation",
|
|
"requirements": [],
|
|
"dependencies": [
|
|
"webhook"
|
|
],
|
|
"codeowners": [
|
|
"@home-assistant/core"
|
|
]
|
|
}
|