core/homeassistant
Christoph Gerneth 6755ae2605 Add support for KIWI Door Locks (#14485)
* initial commit for kiwi door locks

bugfixes

improved attribute display

flake8

more style adjustments

* added session handling

flake8

* added requirements_all

reordered imports and flake8

attempt to pelase a very picky linter

also pleasing pylint now :)

* re-try the build

* added kiwi.py to .coveragerc

* reorganized datetime handling and attribute naming

* created pypi package for door lock library

* updated requirements_all.txt

* code review changes

* added async lock state reset for locking state

* refactored lat/lon attribute updates

* initial locked state changed from undefined to locked

* refactored is_locked property check

* handling authentication exception in setup_platform

* added more check in setup_platform

* code review changes: return type in setup_platform

* fixed logging issue

* event handling in main thread

* updated kiwiki-client to version 0.1.1

* renamed alias e to exc
2018-06-12 12:36:02 +02:00
..
auth_providers Add local auth provider (#14365) 2018-05-10 14:09:22 -04:00
components Add support for KIWI Door Locks (#14485) 2018-06-12 12:36:02 +02:00
helpers Don't run unnecessary methods in executor pool (#14853) 2018-06-07 15:31:21 -04:00
scripts Upgrade keyring to 12.2.1 (#14521) 2018-05-19 10:04:42 +02:00
util Convert more files to async/await syntax (#14142) 2018-04-28 19:26:20 -04:00
__init__.py
__main__.py Bring back typing check. Meanwhile just for homeassistant/*.py (#14410) 2018-05-12 17:44:53 -04:00
auth.py Fix hue discovery popping up (#14614) 2018-05-24 14:24:14 -04:00
bootstrap.py Bring back typing check. Meanwhile just for homeassistant/*.py (#14410) 2018-05-12 17:44:53 -04:00
config.py Extend package support (#14611) 2018-05-25 16:41:50 -04:00
config_entries.py Fix hue discovery popping up (#14614) 2018-05-24 14:24:14 -04:00
const.py Version bump to 0.72.0.dev0 2018-06-03 16:54:23 -04:00
core.py Bring back typing check. Meanwhile just for homeassistant/*.py (#14410) 2018-05-12 17:44:53 -04:00
data_entry_flow.py Fix hue discovery popping up (#14614) 2018-05-24 14:24:14 -04:00
exceptions.py Bring back typing check. Meanwhile just for homeassistant/*.py (#14410) 2018-05-12 17:44:53 -04:00
loader.py Bring back typing check. Meanwhile just for homeassistant/*.py (#14410) 2018-05-12 17:44:53 -04:00
monkey_patch.py Python 3.5 adjustments (#13173) 2018-03-15 13:10:54 +02:00
package_constraints.txt Upgrade aiohttp to 3.3.0 (#14766) 2018-06-07 13:49:14 -04:00
remote.py Remove crazy JSON encoding things that are no longer used (#13029) 2018-03-12 23:22:08 +01:00
requirements.py Reinstate our old virtual env check in favor of pip (#12932) 2018-03-05 15:51:37 -08:00
setup.py Bring back typing check. Meanwhile just for homeassistant/*.py (#14410) 2018-05-12 17:44:53 -04:00