hass-core/homeassistant/components/device_automation/manifest.json
Erik Montnemery 935240f8c3 Add websock command to query device for triggers (#24044)
* 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
2019-06-10 15:36:11 -07:00

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"
]
}