mirror of
https://github.com/home-assistant/core.git
synced 2026-05-18 14:29:57 +01:00
707a8e62f9
* 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: https://github.com/OpenZWave/qt-openzwave/blob/77e414217f83fae89a8f41156db3783d562703b1/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>