core/homeassistant/components/cover
Mister Wil 33c906c20a Abode push events and lock, cover, and switch components (#9095)
* Updated abodepy version to 0.7.1

* Refactored to use AbodeDevice. Added Abode Lock device.

* Added push updates to abode devices.

* Upgraded to 0.7.2 after finding issue with callbacks.

* Refactored to use AbodeDevice. Added Abode Lock device.

* Added push updates to abode devices.

* Upgraded to 0.7.2 after finding issue with callbacks.

* Bumped version to 0.8.2. Modified code to work with new constants and properties. Added cover and switch.

* Fixed hound violations.

* Updated to 0.8.3 to fix small bug with standby mode. Fixed comment in cover/abode.py.

* Fix lint issues

* Removed excessive logging. Moved device callback registration to async_added_to_hass. Moved abode controller from global into hass data.

* Removed explicit None from dict.get()

* Move device class into the constructor.

* Changed constant name to platforms.

* Changes as requested.

* Removing stray blank line.

* Added blank line of which I'm not sure how it was removed.

* Updated version to 0.9.0. Fixed motion sensor. Added power_switch_meter device type.

* Update abode.py

* fix lint
2017-08-29 17:34:19 +02:00
..
__init__.py Fix COMMAND_CLASS_BARRIER_OPERATOR for dev branch of OpenZwave (#8574) 2017-07-27 18:57:30 -04:00
abode.py Abode push events and lock, cover, and switch components (#9095) 2017-08-29 17:34:19 +02:00
command_line.py Fix pylint 1.7.2 no-else-return issues (#8361) 2017-07-05 23:30:01 -07:00
demo.py Fix COMMAND_CLASS_BARRIER_OPERATOR for dev branch of OpenZwave (#8574) 2017-07-27 18:57:30 -04:00
garadget.py Do not call update() in constructor (#8878) 2017-08-08 20:21:33 +02:00
homematic.py Fix pylint 1.7.2 no-else-return issues (#8361) 2017-07-05 23:30:01 -07:00
isy994.py Update docstrings (#7361) 2017-04-29 22:04:49 -07:00
knx.py KNX Cover tilt control (#8159) 2017-06-28 14:08:07 +02:00
lutron_caseta.py added support for setting/getting position of lutron caseta covers (#8898) 2017-08-09 06:57:32 +02:00
mqtt.py Fix pylint 1.7.2 no-else-return issues (#8361) 2017-07-05 23:30:01 -07:00
myq.py Persistent notification import (#8507) 2017-07-16 21:39:38 +02:00
mysensors.py Refactor mysensors callback and add validation (#9069) 2017-08-25 08:58:05 -07:00
opengarage.py Fix pylint 1.7.2 no-else-return issues (#8361) 2017-07-05 23:30:01 -07:00
rfxtrx.py Refactor rfxtrx (#9117) 2017-08-29 16:22:28 +02:00
rpi_gpio.py added invert_state optional parameter (#8695) 2017-07-31 20:24:21 -04:00
scsgate.py Update docstrings (#7361) 2017-04-29 22:04:49 -07:00
services.yaml Combine garage_door and rollershutter to cover (#2891) 2016-08-23 18:23:18 -07:00
tellduslive.py Update docstrings (#7361) 2017-04-29 22:04:49 -07:00
template.py optimistic mode for template covers (w/o timed movement) (#8402) 2017-08-25 12:33:53 +02:00
velbus.py Velbus (#8076) 2017-07-26 14:03:29 +02:00
vera.py Fix pylint 1.7.2 no-else-return issues (#8361) 2017-07-05 23:30:01 -07:00
wink.py Fix some issues for PyLint 1.7.2 (#8356) 2017-07-05 20:02:16 -07:00
xiaomi.py "TypeError: write_to_hub() takes 2 positional arguments but 4 were given" fixed. (#9174) 2017-08-27 21:41:47 +02:00
zwave.py Fix Z-Wave barrier discovery for new API (#8706) 2017-07-30 00:40:56 -04:00