Add tilt support to basic homekit window covers (#33937)

* Add tilt support to basic homekit window covers

* Add stop support to all window covers

* protect supports_stop
This commit is contained in:
J. Nick Koston 2020-04-12 17:27:17 -05:00 committed by GitHub
parent e6a6c3ceb6
commit c75d3ce8c7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 109 additions and 54 deletions

View file

@ -148,6 +148,7 @@ CHAR_TARGET_HUMIDITY = "TargetRelativeHumidity"
CHAR_TARGET_SECURITY_STATE = "SecuritySystemTargetState"
CHAR_TARGET_TEMPERATURE = "TargetTemperature"
CHAR_TARGET_TILT_ANGLE = "TargetHorizontalTiltAngle"
CHAR_HOLD_POSITION = "HoldPosition"
CHAR_TEMP_DISPLAY_UNITS = "TemperatureDisplayUnits"
CHAR_VALVE_TYPE = "ValveType"
CHAR_VOLUME = "Volume"