hass-core/homeassistant/components/alarm_control_panel
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 Add service to alarm control panel for night mode arming (#8614) 2017-08-13 19:57:48 +02:00
abode.py Abode push events and lock, cover, and switch components (#9095) 2017-08-29 17:34:19 +02:00
alarmdecoder.py Update docstrings (#7405) 2017-05-02 22:47:20 +02:00
alarmdotcom.py Fix pylint 1.7.2 no-else-return issues (#8361) 2017-07-05 23:30:01 -07:00
concord232.py Fix home/stay in concord232 (#7789) 2017-05-28 12:06:18 +02:00
demo.py Update docstrings (#7361) 2017-04-29 22:04:49 -07:00
egardia.py pythonegardia package requirement to .18 (#9104) 2017-08-23 17:11:13 +02:00
envisalink.py Fix pylint 1.7.2 no-else-return issues (#8361) 2017-07-05 23:30:01 -07:00
manual.py Add service to alarm control panel for night mode arming (#8614) 2017-08-13 19:57:48 +02:00
manual_mqtt.py Manual alarm with MQTT control (#8257) 2017-07-24 09:06:38 -07:00
mqtt.py Update docstrings (#7361) 2017-04-29 22:04:49 -07:00
nx584.py Update docstrings (#7361) 2017-04-29 22:04:49 -07:00
services.yaml Add service to alarm control panel for night mode arming (#8614) 2017-08-13 19:57:48 +02:00
simplisafe.py Simplisafe unknown status fix (#9111) 2017-08-24 08:09:50 +02:00
spc.py Add support for Vanderbilt SPC alarm panels and attached sensors (#7663) 2017-06-04 23:53:25 -07:00
totalconnect.py Add service to alarm control panel for night mode arming (#8614) 2017-08-13 19:57:48 +02:00
verisure.py WIP: Verisure app api (#7394) 2017-06-26 22:30:25 +02:00
wink.py Fix some issues for PyLint 1.7.2 (#8356) 2017-07-05 20:02:16 -07:00