hass-core/tests/components/zwave_js
p4p3r 9d79c4f617
Add On/Off as target values for zwave_js cover stop action (#52881)
* Add On/Off as target values for stop cover

Certain ZWave Cover devices use On/Off instead of the more common
Open/Close and Up/Down targets for movement.
Adding On/Off to the targets used to stop the cover during movement.
Fixes issue #51963

* Add test for updated zwave_js stop cover logic
2021-07-16 15:48:35 +02: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 Handle FailedCommand exceptions in zwave_js WS API (#52461) 2021-07-13 00:13:43 -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
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 Add zwave_js device triggers (#51968) 2021-07-14 14:14:36 -04:00
test_discovery.py
test_events.py
test_fan.py
test_init.py
test_light.py Add transition support to zwave_js lights (#52160) 2021-07-09 12:15:20 -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
test_number.py
test_sensor.py
test_services.py Change behavior of Z-Wave JS services (#52941) 2021-07-13 01:02:36 -04:00
test_siren.py Add support for Z-Wave JS siren (#52948) 2021-07-14 10:14:13 -04:00
test_switch.py