mirror of
https://github.com/home-assistant/core.git
synced 2025-12-24 12:59:34 +00:00
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
This commit is contained in:
committed by
Paulus Schoutsen
parent
168f20bdf4
commit
935240f8c3
@@ -59,6 +59,7 @@ CONF_CUSTOMIZE_GLOB = 'customize_glob'
|
||||
CONF_DELAY_TIME = 'delay_time'
|
||||
CONF_DEVICE = 'device'
|
||||
CONF_DEVICE_CLASS = 'device_class'
|
||||
CONF_DEVICE_ID = 'device_id'
|
||||
CONF_DEVICES = 'devices'
|
||||
CONF_DISARM_AFTER_TRIGGER = 'disarm_after_trigger'
|
||||
CONF_DISCOVERY = 'discovery'
|
||||
|
||||
Reference in New Issue
Block a user