dawidchyrzynski / arduino-home-assistant

ArduinoHA allows to integrate an Arduino/ESP based device with Home Assistant using MQTT.
https://dawidchyrzynski.github.io/arduino-home-assistant/
GNU Affero General Public License v3.0
463 stars 112 forks source link

Add support for setting cover target position and tilt #242

Open manuelkasper opened 4 months ago

manuelkasper commented 4 months ago

This adds two new feature flags to Cover:

See also https://github.com/dawidchyrzynski/arduino-home-assistant/issues/47

The various feature combinations look as follows in the UI:

No features

1 - no feature

PositionFeature

2 - only positionfeature

SetPositionFeature (+ PositionFeature)

3 - setpositionfeature

TiltFeature

4 - tiltfeature

All features

5 - setpos and tilt