hass-core/homeassistant/components/device_automation
Erik Montnemery f7dc537275
Add device automation condition (#26313)
* Add support for device conditions

* Lint

* Update test case

* Make and+or conditions async, adjust tests

* Cleanup tests

* Remove non callback versions of conditions, correct typing

* Correct typing

* Update light/strings.json

* Address review comments

* Make device automation lists simple lists, not dicts

* Add device_automation/const.py

* Use IS_ON/IS_OFF everywhere for conditions
2019-09-05 16:49:32 +02:00
..
__init__.py Add device automation condition (#26313) 2019-09-05 16:49:32 +02:00
const.py Add device automation condition (#26313) 2019-09-05 16:49:32 +02:00
manifest.json Add websock command to query device for triggers (#24044) 2019-06-10 15:36:11 -07:00