core/tests/components/ozw
Olivier Cloirec 707a8e62f9
Add stop support to openzwave (mqtt) cover (#44622)
* feat: add stop to openzwave (mqtt) cover

* Fix isort and black linter

* Remove supported_features for cover.

As suggested by @MartinHjelmare, not needed anymore because base class
implementation is sufficient.

https://github.com/home-assistant/core/pull/44622#discussion_r549854542

* Make a simpler version depending on idempotency

qt-openzwave already implements idempotency, see:
77e414217f/qt-openzwave/source/qtozwvalueidmodel.cpp (L180)

We can use it and trigger button release anywhen.

* Clean up

Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
2021-01-10 18:05:52 +01:00
..
__init__.py
common.py Drop asynctest (#44746) 2021-01-01 22:31:56 +01:00
conftest.py Add zwave to ozw migration (#39081) 2021-01-09 15:23:03 +01:00
test_binary_sensor.py
test_climate.py Discover additional ozw thermostats lacking mode support (#40799) 2020-09-30 21:12:44 +02:00
test_config_flow.py Add zwave to ozw migration (#39081) 2021-01-09 15:23:03 +01:00
test_cover.py Add stop support to openzwave (mqtt) cover (#44622) 2021-01-10 18:05:52 +01:00
test_fan.py Add fan platform to ozw component (#35249) 2020-05-26 19:48:39 -04:00
test_init.py Drop asynctest (#44746) 2021-01-01 22:31:56 +01:00
test_light.py Clean up some of the ozw tests (#41578) 2020-10-10 09:45:20 +02:00
test_lock.py Add OZW WS API support for locks (#41186) 2020-10-06 14:20:48 +02:00
test_migration.py Add zwave to ozw migration (#39081) 2021-01-09 15:23:03 +01:00
test_scenes.py Add ozw scene_instance to scene_activated (#43829) 2020-12-02 01:23:08 +01:00
test_sensor.py Add ZwaveStringSensor to OZW integration (#38676) 2020-08-23 15:16:26 +02:00
test_services.py Add OZW node config parameters websocket commands (#40527) 2020-10-05 21:47:28 +02:00
test_switch.py
test_websocket_api.py Drop asynctest (#44746) 2021-01-01 22:31:56 +01:00