mirror of
https://github.com/home-assistant/core.git
synced 2025-12-24 04:50:05 +00:00
* 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