hass-core/homeassistant
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
..
components Abode push events and lock, cover, and switch components (#9095) 2017-08-29 17:34:19 +02:00
helpers Allow getting number of available states in template (#9158) 2017-08-27 18:33:25 +02:00
scripts Upgrade credstash to 1.13.3 (#9088) 2017-08-22 13:32:46 +03:00
util Warn instead of raise on duplicate YAML key (#8834) 2017-08-06 10:47:19 -07:00
__init__.py
__main__.py
bootstrap.py Update docstrings (#8536) 2017-07-18 16:23:57 +02:00
config.py Backend changes for customize config panel. (#9134) 2017-08-26 10:02:32 -07:00
const.py Version bump to 0.53.0.dev0 2017-08-25 08:44:35 -07:00
core.py Is_allowed_path raise for None path (#8953) 2017-08-15 15:41:37 +02:00
exceptions.py
loader.py
monkey_patch.py
package_constraints.txt Upgrade async_timeout to 1.3.0 (#9156) 2017-08-27 11:30:04 +02:00
remote.py
setup.py