core/homeassistant/components/cover
Otto Winter d5f8aa52c4 Add support for MySensors cover (#3512)
* Added support for MySensors cover device

* Fixed set_req not defined

* Fixed V_PERCENTAGE is str

* Removed set_cover_position

The MySensors documentation doesn’t specify when sending a V_PERCENTAGE
is allowed.

* Fixed homeassistant/components/mysensors.py line too long

* Fixed lint ATTR_POSITION imported but unused

* Use V_PERCENTAGE for MySensors cover

* Revert "Removed set_cover_position"

This reverts commit d78cb3a04d.

* Fix set_req, ATTR_POSITION not defined

* Added support for non-exactly positionable covers

* Fixed V_PERCENTAGE cast to bool

* Ported MySensors cover back to v1.4

`V_PERCENTAGE` and `V_DIMMER` are aliases just like `V_STATUS` and
`V_LIGHT`, so the code inside `MySensorsCover` doesn’t need to be
updated.

* Fixed v1.5 V_TYPES not in in v1.4 gateway SetReq
2016-10-01 01:36:04 +02:00
..
__init__.py Fix ENTITY_ID_ALL_COVERS format 2016-09-23 17:14:29 -07:00
command_line.py Optimize template 2 (#3521) 2016-09-27 21:29:55 -07:00
demo.py 0.28 (#3288) 2016-09-10 18:22:58 -07:00
homematic.py 0.28 (#3288) 2016-09-10 18:22:58 -07:00
isy994.py Isy fixes (#3457) 2016-09-19 20:16:51 -07:00
mqtt.py Optimize template 2 (#3521) 2016-09-27 21:29:55 -07:00
mysensors.py Add support for MySensors cover (#3512) 2016-10-01 01:36:04 +02:00
rfxtrx.py Combine garage_door and rollershutter to cover (#2891) 2016-08-23 18:23:18 -07:00
rpi_gpio.py Use voluptuous for RPi GPIO (#3371) 2016-09-17 23:28:37 -07:00
scsgate.py Use voluptuous for SCSGate (#3265) 2016-09-13 07:23:53 +02:00
services.yaml Combine garage_door and rollershutter to cover (#2891) 2016-08-23 18:23:18 -07:00
vera.py Add support for Vera covers. (#3411) 2016-09-15 20:47:03 +02:00
wink.py Merge branch 'master' into dev 2016-09-24 01:03:56 -07:00
zwave.py Zwave: Update commandclasses and deviceclasses according to sigma SDK (#3495) 2016-09-30 08:43:18 -07:00