core/homeassistant
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
..
components Add support for MySensors cover (#3512) 2016-10-01 01:36:04 +02:00
helpers Spread async love (#3575) 2016-09-30 12:57:24 -07:00
scripts Fix mysensors white value (#3508) 2016-09-24 23:45:01 +02:00
util Move worker pool monitoring to be time based instead of add_job based. (#3439) 2016-09-19 23:39:49 -07:00
__init__.py Fix PEP257 issues 2016-03-08 00:06:04 +01:00
__main__.py Migrate core from threads to async awesomeness (#3248) 2016-09-12 19:16:14 -07:00
bootstrap.py Limit worker pool to 10 threads (#3560) 2016-09-28 00:05:38 -07:00
config.py Add unit to comment (#3452) 2016-09-19 23:17:52 -07:00
const.py Version bump to 0.30.0.dev0 2016-09-28 21:21:03 -07:00
core.py Spread async love (#3575) 2016-09-30 12:57:24 -07:00
exceptions.py Fix PEP257 issues 2016-03-08 00:06:04 +01:00
loader.py Improvement typing core (#2624) 2016-07-27 20:33:49 -07:00
remote.py Move worker pool monitoring to be time based instead of add_job based. (#3439) 2016-09-19 23:39:49 -07:00