core/homeassistant
Martin Hjelmare b5e7414be2 Fix mysensors connection task blocking setup (#15938)
* Fix mysensors connection task blocking setup

* Schedule the connection task without having the core track the task
  to avoid blocking setup.
* Cancel the connection task, if not cancelled already, when
  home assistant stops.

* Use done instead of cancelled
2018-08-16 14:19:42 +02:00
..
auth Use JWT for access tokens (#15972) 2018-08-14 21:14:12 +02:00
components Fix mysensors connection task blocking setup (#15938) 2018-08-16 14:19:42 +02:00
helpers Entity service (#15991) 2018-08-16 09:50:11 +02:00
scripts Upgrade pylint to 2.1.0 (#15811) 2018-08-04 15:22:22 +02:00
util Switch to intermediate Mozilla cert profile (#15957) 2018-08-14 08:20:17 +02:00
__init__.py
__main__.py Add typing to homeassistant/*.py and homeassistant/util/ (#15569) 2018-07-23 10:24:39 +02:00
bootstrap.py Add typing to homeassistant/*.py and homeassistant/util/ (#15569) 2018-07-23 10:24:39 +02:00
config.py Add typing to homeassistant/*.py and homeassistant/util/ (#15569) 2018-07-23 10:24:39 +02:00
config_entries.py Add context to login flow (#15914) 2018-08-13 11:27:18 +02:00
const.py Version bump to 0.77.0dev0 2018-08-11 08:59:46 +02:00
core.py Remove remote.API from core.Config (#15951) 2018-08-13 09:26:20 +02:00
data_entry_flow.py Add context to login flow (#15914) 2018-08-13 11:27:18 +02:00
exceptions.py Bring back typing check. Meanwhile just for homeassistant/*.py (#14410) 2018-05-12 17:44:53 -04:00
loader.py Upgrade pylint to 2.0.1 (#15683) 2018-07-26 08:55:42 +02:00
monkey_patch.py Pylint 2 useless-return fixes (#15677) 2018-07-25 19:35:57 +02:00
package_constraints.txt Pin crypto (#15978) 2018-08-14 22:02:01 +02:00
remote.py Deprecate remote.api (#15955) 2018-08-13 22:39:13 +02:00
requirements.py Some typing related fixes (#15899) 2018-08-09 22:53:12 +02:00
setup.py Add typing to homeassistant/*.py and homeassistant/util/ (#15569) 2018-07-23 10:24:39 +02:00