hass-core/tests/components/zwave_js
Raman Gupta 4b189bd8c5
Add zwave_js WS API commands to get statistics (#53393)
* Add zwave_js WS API commands to get statistics

* update function name

* move nested functions to top level functions
2021-07-26 11:59:16 -04:00
..
__init__.py
common.py Mark entities for dead zwave_js nodes as unavailable (#48017) 2021-07-03 22:06:07 -04:00
conftest.py Add On/Off as target values for zwave_js cover stop action (#52881) 2021-07-16 15:48:35 +02:00
test_api.py Add zwave_js WS API commands to get statistics (#53393) 2021-07-26 11:59:16 -04:00
test_binary_sensor.py
test_climate.py Don't raise when setting HVAC mode without a mode ZwaveValue (#52444) 2021-07-06 16:33:07 +02:00
test_config_flow.py Add zwave_js options flow to reconfigure server (#51840) 2021-06-24 13:15:42 +02:00
test_cover.py Add On/Off as target values for zwave_js cover stop action (#52881) 2021-07-16 15:48:35 +02:00
test_device_condition.py Initial support for zwave_js device conditions (#52003) 2021-07-11 21:22:33 -07:00
test_device_trigger.py Make additional input for zwave_js device triggers optional (#53134) 2021-07-20 22:08:08 -07:00
test_discovery.py
test_events.py
test_fan.py
test_init.py Move zwave_js migration tests into new module (#52075) 2021-06-21 20:42:03 -04:00
test_light.py Add new input to zwave_js.multicast_set_value service (#53369) 2021-07-23 10:35:44 -04:00
test_lock.py Mark entities for dead zwave_js nodes as unavailable (#48017) 2021-07-03 22:06:07 -04:00
test_migrate.py Move zwave_js migration tests into new module (#52075) 2021-06-21 20:42:03 -04:00
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 new input to zwave_js.multicast_set_value service (#53369) 2021-07-23 10:35:44 -04:00
test_siren.py Bump zwave-js-server-python to 0.28.0 (#53302) 2021-07-22 02:37:10 -04:00
test_switch.py