core/homeassistant/components/lifx
Avi Miller 0e63a4c091
Fix lifx service call interference (#77770)
* Fix #77735 by restoring the wait to let state settle

Signed-off-by: Avi Miller <me@dje.li>

* Skip the asyncio.sleep during testing

Signed-off-by: Avi Miller <me@dje.li>

* Patch out asyncio.sleep for lifx tests

Signed-off-by: Avi Miller <me@dje.li>

* Patch out a constant instead of overriding asyncio.sleep directly

Signed-off-by: Avi Miller <me@dje.li>

Signed-off-by: Avi Miller <me@dje.li>
2022-09-04 17:51:57 +02:00
..
translations [ci skip] Translation update 2022-08-21 00:24:25 +00:00
__init__.py Add binary sensor platform to LIFX integration (#77535) 2022-09-01 22:07:21 +00:00
binary_sensor.py Rename the binary sensor to better reflect its purpose (#77711) 2022-09-02 12:13:03 +00:00
button.py Fix entity category for LIFX buttons (#76788) 2022-08-15 11:35:53 +02:00
config_flow.py Fix lifx homekit discoveries not being ignorable or updating the IP (#76825) 2022-08-15 21:09:13 -04:00
const.py Add binary sensor platform to LIFX integration (#77535) 2022-09-01 22:07:21 +00:00
coordinator.py Fix lifx service call interference (#77770) 2022-09-04 17:51:57 +02:00
discovery.py Make sure all discovery flows are using the helper (#76641) 2022-08-12 09:25:23 -04:00
entity.py Add identify and restart button entities to the LIFX integration (#75568) 2022-08-06 17:28:30 -10:00
light.py Fix lifx service call interference (#77770) 2022-09-04 17:51:57 +02:00
manager.py
manifest.json Update aiolifx to version 0.8.2 (#76367) 2022-08-06 15:02:32 -10:00
migration.py Make lifx async_migrate_legacy_entries a callback (#75719) 2022-07-25 20:21:43 +02:00
services.yaml
strings.json
util.py