1
0
mirror of https://github.com/home-assistant/core.git synced 2025-08-11 06:20:01 +00:00
Commit Graph

8 Commits

Author SHA1 Message Date
Raman Gupta
41d5256533 Add via_device support to zwave_js ()
Co-authored-by: Paulus Schoutsen <balloob@gmail.com>
2022-12-06 22:56:33 -05:00
Martin Hjelmare
874315c3fc Bypass zwave_js config validation if driver not ready () 2022-12-06 12:41:09 -05:00
Marc Mueller
93a5b99191 Rename zwave_js trigger helper to avoid confusion ()
* Rename zwave_js trigger helper to avoid confusion

* Fix test
2022-09-12 18:36:05 -04:00
Raman Gupta
5031c3c8b4 Fix zwave_js custom trigger validation bug ()
* Fix zwave_js custom trigger validation bug

* update comments

* Switch to ValueError

* Switch to ValueError
2022-05-29 18:30:00 +02:00
Raman Gupta
c8c4bf6c37 Bypass dynamic validation for zwave_js custom triggers () 2022-05-25 19:20:40 +02:00
Raman Gupta
9632cbeffa Improve zwave_js custom triggers and services ()
* Improve zwave_js custom triggers and services

* Switch from pop to get

* Support string boolean values

* refactor and add coverage

* comments and additional assertions
2022-03-05 09:00:31 +01:00
Raman Gupta
6e5ae3e2e4 Add zwave_js.event automation trigger ()
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
2022-02-20 11:53:03 +01:00
Raman Gupta
63f6a3b46b Add zwave_js.value_updated automation trigger ()
* Add zwave_js automation trigger

* Rename to align with zwave-js api

* Improve test coverage

* Add additional template variables

* Support states values in addition to keys when present

* remove entity ID from trigger payload

* comments and order

* Add init and dynamically define platform_type

* reduce mypy ignores

* pylint

* pylint

* review

* use module map
2021-08-20 15:21:55 -04:00