core/tests/components/zwave_js
Raman Gupta 8705168fe6
Add zwave_js WS API cmds to get node state and version info (#51396)
* Add zwave_js view to retrieve a node's state

* remove typehints

* Make dump views require admin

* Add version info to node level dump

* Add back typehints

* switch from list to dict

* switch from dump node view to two WS API commands

* switch to snake
2021-06-14 16:43:51 -04:00
..
__init__.py
common.py Fix white_value causing zwave-js to set non-existing values (#49799) 2021-04-28 09:23:48 -07:00
conftest.py Fix no value error for heatit climate entities (#51392) 2021-06-02 21:07:47 -07:00
test_api.py Add zwave_js WS API cmds to get node state and version info (#51396) 2021-06-14 16:43:51 -04:00
test_binary_sensor.py Use disabled_by constants (#49584) 2021-04-23 09:56:42 +02:00
test_climate.py Fix no value error for heatit climate entities (#51392) 2021-06-02 21:07:47 -07:00
test_config_flow.py Fix zwave_js flow set add-on options (#49813) 2021-04-28 15:09:39 +02:00
test_cover.py Set zwave_js cover device_class for shutters and blinds (#50643) 2021-05-16 08:26:16 +02:00
test_discovery.py Add zwave_js support for HeatIt Z-TRM2fx (#50317) 2021-05-09 15:28:35 -04:00
test_events.py Add zwave_js discovery schema for Vision Security ZL7432 (#49510) 2021-04-28 10:22:54 +02:00
test_fan.py
test_init.py Add zwave_js node status sensor (#51181) 2021-05-31 08:46:28 +02:00
test_light.py Fix zwave_js None color value (#50926) 2021-05-25 13:40:22 +02:00
test_lock.py
test_number.py
test_sensor.py Add zwave_js node status sensor (#51181) 2021-05-31 08:46:28 +02:00
test_services.py Add zwave_js ping node service (#51435) 2021-06-14 16:38:35 -04:00
test_switch.py