Add Cover to Z-Wave.Me integration (#68233)
* Cover integration * isort fix * Update homeassistant/components/zwave_me/cover.py Co-authored-by: Martin Hjelmare <marhje52@gmail.com> * Update cover.py * Update cover.py * Apply suggestions from code review Co-authored-by: Martin Hjelmare <marhje52@gmail.com> * coveragerc for cover * Fix position range * Clean up Co-authored-by: Dmitry Vlasov <kerbalspacema@gmail.com> Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
This commit is contained in:
parent
994ea04c85
commit
972afc5cea
6 changed files with 78 additions and 3 deletions
|
@ -12,6 +12,7 @@ class ZWaveMePlatform(StrEnum):
|
|||
BINARY_SENSOR = "sensorBinary"
|
||||
BUTTON = "toggleButton"
|
||||
CLIMATE = "thermostat"
|
||||
COVER = "motor"
|
||||
LOCK = "doorlock"
|
||||
NUMBER = "switchMultilevel"
|
||||
SWITCH = "switchBinary"
|
||||
|
@ -25,6 +26,7 @@ PLATFORMS = [
|
|||
Platform.BINARY_SENSOR,
|
||||
Platform.BUTTON,
|
||||
Platform.CLIMATE,
|
||||
Platform.COVER,
|
||||
Platform.LIGHT,
|
||||
Platform.LOCK,
|
||||
Platform.NUMBER,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue