core/homeassistant
Sören Oldag 81d38c3463 Add flic smart button component (#4681)
* Added component for flic smart buttons.

* Apply home-assistant coding styles.

* Fixed flic configuration.

* Made logging for scanning for new buttons less verbose.

* Fixed flic event data.

* Follow async conventions.

* Added new requirements to requirements_all.txt.

* Added flic component to .coveragerc

* Updated flic threshold configuration key names.

* Flic devices are now removed when they disconnect.

* Include review feedback.

* Fixed stopping of clients in flic component when home assistant is stopped.

* Updated flic component by integrating input of #4738.

Use library method to determine click type. Merge three click events into single one with click_type parameter.

* Use a single client for both handling click events and scanning for new buttons.

* Renamed flic ‘auto_scan’ configuration variable to ‘discovery’ using HA constants.
2016-12-05 21:12:24 -08:00
..
components Add flic smart button component (#4681) 2016-12-05 21:12:24 -08:00
helpers WIP: Migrate scene to async + homeassistant scene async (#4665) 2016-12-01 21:38:12 -08:00
scripts Disable too-many-* (#4107) 2016-10-30 22:18:53 +01:00
util Update color names to follow w3.org list. (#4374) 2016-11-28 22:59:46 -08:00
__init__.py Fix PEP257 issues 2016-03-08 00:06:04 +01:00
__main__.py Remove globally disabled pylint warnings (#4204) 2016-11-03 18:40:43 -07:00
bootstrap.py Finish all tasks before setup phase is done (#4606) 2016-11-30 13:02:45 -08:00
config.py Upgrade linter (#4461) 2016-11-18 21:47:59 -08:00
const.py Version bump to 0.34.2 2016-12-04 15:08:38 -08:00
core.py Finish all tasks before setup phase is done (#4606) 2016-11-30 13:02:45 -08:00
exceptions.py Do not report on shutting down errors (#4431) 2016-11-17 12:02:43 -08:00
loader.py fix some comments spell (#4082) 2016-10-28 21:26:52 +02:00
remote.py Refactory aiohttp clientsession handling in HA (#4602) 2016-11-27 16:26:46 -08:00