Erik Montnemery
|
c7bd0fe909
|
Fix ZHA regressions caused by "Support async validation of device trigger" (#27401)
* Revert "Support async validation of device trigger (#27333)"
This reverts commit fdf4f398a7 .
* Revert only ZHA changes
* Fix whitespace
* Restore ZHA changes but add check to make sure ZHA is loaded
* Address review comment
* Remove additional check
|
2019-10-14 14:11:43 -04:00 |
Erik Montnemery
|
fdf4f398a7
|
Support async validation of device trigger (#27333)
|
2019-10-09 21:04:11 +02:00 |
Erik Montnemery
|
dabdf8b577
|
Validate generated device triggers (#27264)
* Validate generated trigger
* Update scaffold
|
2019-10-07 13:09:48 -07:00 |
Erik Montnemery
|
65ce3b49c1
|
Add support for `for` to binary_sensor, light and switch device triggers (#26658)
* Add support for `for` to binary_sensor, light and switch device triggers
* Add WS API device_automation/trigger/capabilities
|
2019-10-02 22:14:52 +02:00 |
Paulus Schoutsen
|
77654da341
|
Add templates to scaffold device_trigger, device_condition, (#26871)
device_action
|
2019-09-27 12:54:17 -07:00 |
David F. Mulcahey
|
b1a9fa47ca
|
Add device action support for ZHA (#26903)
* start implementing device actions
* rename file
* cleanup and add tests
* fix docstrings
* sort imports
|
2019-09-27 09:57:47 -07:00 |
Paulus Schoutsen
|
6fdff9ffab
|
Reorg device automation (#26880)
* async_trigger -> async_attach_trigger
* Reorg device automations
* Update docstrings
* Fix types
* Fix extending schemas
|
2019-09-24 14:57:05 -07:00 |