core/homeassistant/components/abode
shred86 1774a1427b Add abode config entries and device registry (#26699)
* Adds support for config entries and device registry

* Fixing string formatting for logger

* Add unit test for abode config flow

* Fix for lights, only allow one config, add ability to unload entry

* Fix for subscribing to hass_events on adding abode component

* Several fixes from code review

* Several fixes from second code review

* Several fixes from third code review

* Update documentation url to fix branch conflict

* Fixes config flow and removes unused constants

* Fix for switches, polling entry option, improved tests

* Update .coveragerc, disable pylint W0611, remove polling from UI

* Multiple fixes and edits to adhere to style guidelines

* Removed unique_id

* Minor correction for formatting error in rebase

* Resolves issue causing CI to fail

* Bump abodepy version

* Add remove device callback and minor clean up

* Fix incorrect method name

* Docstring edits

* Fix duplicate import issues from rebase

* Add logout_listener attribute to AbodeSystem

* Add additional test for complete coverage
2019-10-13 20:01:04 +02:00
..
__init__.py Add abode config entries and device registry (#26699) 2019-10-13 20:01:04 +02:00
alarm_control_panel.py Add abode config entries and device registry (#26699) 2019-10-13 20:01:04 +02:00
binary_sensor.py Add abode config entries and device registry (#26699) 2019-10-13 20:01:04 +02:00
camera.py Add abode config entries and device registry (#26699) 2019-10-13 20:01:04 +02:00
config_flow.py Add abode config entries and device registry (#26699) 2019-10-13 20:01:04 +02:00
const.py Add abode config entries and device registry (#26699) 2019-10-13 20:01:04 +02:00
cover.py Add abode config entries and device registry (#26699) 2019-10-13 20:01:04 +02:00
light.py Add abode config entries and device registry (#26699) 2019-10-13 20:01:04 +02:00
lock.py Add abode config entries and device registry (#26699) 2019-10-13 20:01:04 +02:00
manifest.json Add abode config entries and device registry (#26699) 2019-10-13 20:01:04 +02:00
sensor.py Add abode config entries and device registry (#26699) 2019-10-13 20:01:04 +02:00
services.yaml Move components to folders (#20774) 2019-02-05 19:31:15 -08:00
strings.json Add abode config entries and device registry (#26699) 2019-10-13 20:01:04 +02:00
switch.py Add abode config entries and device registry (#26699) 2019-10-13 20:01:04 +02:00