mirror of
https://github.com/home-assistant/core.git
synced 2025-06-29 09:27:08 +00:00

* Stop tilt move. Stop tilt use same payload as cover - payload_stop * Add test for STOP_TILT * Tilt action * Revert "Tilt action" This reverts commit 7ce4fbb086616a900fc53277d379cbf03e9e0339. * Update tests/components/mqtt/test_cover.py Co-authored-by: Abílio Costa <abmantis@users.noreply.github.com> * Update homeassistant/components/mqtt/cover.py Co-authored-by: Abílio Costa <abmantis@users.noreply.github.com> * Append CONF_PAYLOAD_STOP_TILT * Update homeassistant/components/mqtt/cover.py Co-authored-by: Jan Bouwhuis <jbouwh@users.noreply.github.com> * Test for new payload * Update tests/components/mqtt/test_cover.py Co-authored-by: Jan Bouwhuis <jbouwh@users.noreply.github.com> * Update tests/components/mqtt/test_cover.py Co-authored-by: Jan Bouwhuis <jbouwh@users.noreply.github.com> * Ruff format * abbreviation --------- Co-authored-by: Abílio Costa <abmantis@users.noreply.github.com> Co-authored-by: Jan Bouwhuis <jbouwh@users.noreply.github.com>