core/homeassistant
Anders Melchiorsen d10f017441 LIFX: improve light availability (#8451)
The default aiolifx timers are tuned for a network with few lost packets.
This means that lights can become "unavailable" from just a two second
dropout. An unavailable light is completely useless for HA until it is
rediscovered so this is an undesirable state to be in.

These tweaks make aiolifx try harder to get its messages through to the
bulbs, at the cost of some latency in detecting lights that actually are
unavailable.
2017-07-12 19:24:24 +02:00
..
components LIFX: improve light availability (#8451) 2017-07-12 19:24:24 +02:00
helpers Add support for Prometheus (#8211) 2017-07-10 21:20:17 -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
__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