core/homeassistant
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
..
auth Add option to deactivate a user (#43463) 2020-11-27 09:13:16 +01:00
components Add stop support to openzwave (mqtt) cover (#44622) 2021-01-10 18:05:52 +01:00
generated Add Ondilo ico integration (#44728) 2021-01-04 08:09:01 -08:00
helpers Helpers type hint improvements (#44964) 2021-01-09 00:08:34 +01:00
scripts Upgrade colorlog to 4.6.2 (#44652) 2020-12-30 17:12:51 +01:00
util Add more debug details to running timeouts (#43644) 2021-01-04 13:10:39 +01:00
__init__.py
__main__.py
block_async_io.py
bootstrap.py Add more debug details to running timeouts (#43644) 2021-01-04 13:10:39 +01:00
config.py Better general/fallback error message and traceback for unknown config errors (#44655) 2021-01-05 13:55:38 +01:00
config_entries.py Use singleton enum for "not set" sentinels (#41990) 2020-12-19 12:46:27 +01:00
const.py Drop Python 3.7 support (#43805) 2021-01-01 13:47:01 +01:00
core.py Drop remaining Python < 3.8 support (#44743) 2021-01-04 11:47:29 +01:00
data_entry_flow.py
exceptions.py Correct service not found exception message (#43846) 2020-12-02 10:32:25 +01:00
loader.py Use singleton enum for "not set" sentinels (#41990) 2020-12-19 12:46:27 +01:00
package_constraints.txt Upgrade requests to 2.25.1 (#44989) 2021-01-09 20:02:50 +01:00
requirements.py Use singleton enum for "not set" sentinels (#41990) 2020-12-19 12:46:27 +01:00
runner.py Drop remaining Python < 3.8 support (#44743) 2021-01-04 11:47:29 +01:00
setup.py
strings.json