1
mirror of https://github.com/home-assistant/core synced 2024-09-28 03:04:04 +02:00
ha-core/homeassistant
Henrik Nicolaisen 8e716780b7 Issue 6749 updated pylgtv to 0.1.6 to fix thread leak in asyncio loop (#7199)
* updated pylgtv module to fix problems with timeouts

* - update pylgtv to 0.1.6
- handle new TimeoutError exception from pylgtv

* used full name for exception handling of concurrent.futures._base.TimeoutError

* the exception handling should now follow the rules

* float typecasting should not be necessary

* use asyncio for TimeoutError it’s an alias for concurrent.futures.TimeoutError
2017-04-21 20:24:21 -07:00
..
components Issue 6749 updated pylgtv to 0.1.6 to fix thread leak in asyncio loop (#7199) 2017-04-21 20:24:21 -07:00
helpers Disable invalid-sequence-index (#7177) 2017-04-19 14:09:00 +02:00
scripts Split bootstrap into bs + setup (#6416) 2017-03-05 10:41:54 +01:00
util Capture and log pip install error output (#7200) 2017-04-21 14:15:05 +02:00
__init__.py Fix PEP257 issues 2016-03-08 00:06:04 +01:00
__main__.py Fix automations listening to HOMEASSISTANT_START (#6936) 2017-04-05 23:23:02 -07:00
bootstrap.py Add history to component priority list (#7173) 2017-04-19 09:15:18 -07:00
config.py Preserve customize glob order. (#6963) 2017-04-06 22:39:35 -07:00
const.py Bump version to 0.43.0.dev0 (#7132) 2017-04-16 13:27:25 +02:00
core.py Always return True/False from is_state and is_state_attr (#7138) 2017-04-16 16:36:15 -07:00
exceptions.py Fix automations listening to HOMEASSISTANT_START (#6936) 2017-04-05 23:23:02 -07:00
loader.py Bootstrap / Component setup async (#6264) 2017-02-28 20:33:19 -08:00
package_constraints.txt Upgrade chardet to 3.0.2 (#7112) 2017-04-15 18:32:06 -07:00
remote.py Remove deprecated remote classes (#7011) 2017-04-10 09:04:19 -07:00
setup.py Automation: initial state > restore state (#6911) 2017-04-03 23:11:39 -07:00