hass-core/homeassistant
Julius Mittenzwei 57c5ed33ee New component to connect to VELUX KLF 200 Interface (#8203)
* New component to connect to VELUX KLF 200 Interface

* Issue #8203: modifications as suggested by hound

* Issue #8203: added entries to .coveragerc

* moving velux/__init__p.y to velux.py

* Issue #8203: Using hass.data for storing global object, updated docstrings

* Issue #8203: validation of config, using standard approach for getting config values

* Issue #8203: Exception handling if connection to velux component fails

* Issue #8203: removed unused import

* Issue #8203: Some minor changes within docstrings

* Issue #8203: Some minor changes within docstrings

* Issue #8203: added dependency for pyvlx to requirements_all.txt

* Issue #8203: less broad exception

* Issue #8203: increased version

* Issue #8203: changed position of pyvlx within requirements_all.txt

* Issue #8203: bumped version of pyvlx to 0.1.3 (better handling of retries when token expires)

* reset pointer to home-assistant-polymer

* Issue #8203: modifications as suggested by fabaff

* hound *sigh*
2017-07-08 16:12:19 +02:00
..
components New component to connect to VELUX KLF 200 Interface (#8203) 2017-07-08 16:12:19 +02:00
helpers Fix some issues for PyLint 1.7.2 (#8356) 2017-07-05 20:02:16 -07:00
scripts Fix some issues for PyLint 1.7.2 (#8356) 2017-07-05 20:02:16 -07:00
util Fix some issues for PyLint 1.7.2 (#8356) 2017-07-05 20:02:16 -07:00
__init__.py Fix PEP257 issues 2016-03-08 00:06:04 +01:00
__main__.py Fix some issues for PyLint 1.7.2 (#8356) 2017-07-05 20:02:16 -07:00
bootstrap.py Replace executor with async_add_job (#7658) 2017-05-26 08:28:07 -07:00
config.py Add security layer to send file output things (#8189) 2017-06-26 00:10:30 +02:00
const.py Version bump to 0.48.1 2017-07-04 21:38:48 -07:00
core.py Fix some issues for PyLint 1.7.2 (#8356) 2017-07-05 20:02:16 -07:00
exceptions.py EntityComponent to retry platforms that are not ready yet (#8209) 2017-06-26 09:41:48 -07:00
loader.py Don't use len(SEQUENCE) as condition value (#7249) 2017-04-23 20:41:09 -07:00
monkey_patch.py Make monkey patch work in Python 3.6 (#7848) 2017-06-01 23:23:39 -07:00
package_constraints.txt Upgrade aiohttp to 2.2.3 (#8363) 2017-07-06 13:56:50 +02:00
remote.py Fix pylint 1.7.2 no-else-return issues (#8361) 2017-07-05 23:30:01 -07:00
setup.py log time delay of domain setup in info level (#7808) 2017-06-01 22:44:44 -07:00