Commit graph

64 commits

Author SHA1 Message Date
J. Nick Koston
1bf7b4b2c7
Switch lifx to use async_call_later () 2023-08-28 10:20:42 -05:00
Joost Lekkerkerker
33bc1f01a4
Add entity translations for lifx () 2023-07-02 21:42:02 -04:00
J. Nick Koston
9b74cb9507
Fix lifx light strips when color zones are not initially populated ()
fixes 
2023-05-04 08:55:47 -04:00
epenet
8a9b9c35e0
Fix lingering timer in lifx ()
* Fix lingering timer in lifx

* Remove duplicate code
2023-05-04 14:06:38 +02:00
J. Nick Koston
9625444989
Automatically retry lost/timed out LIFX requests () 2023-04-16 14:27:17 +02:00
Avi Miller
5e7e96c5da
Remove the LIFX sensor update coordinator () 2023-04-03 17:48:32 -10:00
Franck Nijhof
baef267f33
String formatting and max line length - Part 3 () 2022-12-22 13:35:47 +01:00
Avi Miller
dde763418a
Add an RSSI sensor to the LIFX integration () 2022-10-26 09:12:45 -05:00
Avi Miller
257ae4d8d3
Add support for the Flame and Morph effects for Tile and Candle () 2022-10-10 09:01:31 -10:00
Avi Miller
41595b0cba
Migrate the LIFX integration to use kelvin for color temp () 2022-10-09 12:19:50 -10:00
Avi Miller
205ce2bac5
Refactor LIFX multizone devices to use extended messages () 2022-10-01 18:21:48 -10:00
Avi Miller
691028dfb4
Enable the move firmware effect on multizone lights ()
Co-authored-by: J. Nick Koston <nick@koston.org>
2022-09-25 21:08:36 -10:00
Avi Miller
c0cf9d8729
Add infrared brightness select entity for LIFX Night Vision bulbs ()
* Add infrared brightness select entity for LIFX Night Vision bulbs

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

* Code refactored from review comments

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

* Update and refactor from code review feedback

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

Signed-off-by: Avi Miller <me@dje.li>
2022-09-15 08:53:58 +02:00
Anders Melchiorsen
0a143ac596
Fix LIFX light turning on while fading off () 2022-09-09 08:43:54 -04:00
Avi Miller
168d122db4
Add set_hev_cycle_state service to LIFX integration ()
Co-authored-by: J. Nick Koston <nick@koston.org>
2022-09-04 19:04:36 -05:00
Avi Miller
0e63a4c091
Fix lifx service call interference ()
* Fix  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
Avi Miller
45f8b64a34
Add binary sensor platform to LIFX integration ()
Co-authored-by: J. Nick Koston <nick@koston.org>
2022-09-01 22:07:21 +00:00
Avi Miller
74cfdc6c1f
Add identify and restart button entities to the LIFX integration () 2022-08-06 17:28:30 -10:00
J. Nick Koston
1354952977
Migrate LIFX to config entry per device () 2022-07-18 17:56:34 -05:00
Avi Miller
a0974e0c72
Refactor LIFX discovery to prevent duplicate discovery response handling ()
* Partially revert  and allow duplicate LIFX discoveries

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

* Only process one discovery at a time

* Revert all LIFX duplicate/inflight discovery checks

Also remember LIFX Switches and do as little processing for them
as possible.

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

* Bump aiolifx version to support the latest LIFX devices

LIFX added 22 new product definitions to their public product
list at the end of January and those new products are defined in
aiolifx v0.8.1, so bump the dependency version.

Also switched to testing for relays instead of maintaining a
seperate list of switch product IDs.

Fixes .

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

* Refactor LIFX discovery to better handle duplicate responses

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

* Update clear_inflight_discovery with review suggestion

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

* Move the existing entity check to before the asyncio lock

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

* Bail out of discovery early and if an entity was created

Also ensure that the entity always has a unique ID even if the bulb was
not successfully discovered.

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

Co-authored-by: J. Nick Koston <nick@koston.org>
2022-06-12 20:05:41 -10:00
Avi Miller
f5c6ad24c4
Bump aiolifx to 0.8.1 ()
Bump aiolifx version to support the latest LIFX devices

LIFX added 22 new product definitions to their public product
list at the end of January and those new products are defined in
aiolifx v0.8.1, so bump the dependency version.

Also switched to testing for relays instead of maintaining a
seperate list of switch product IDs.

Fixes .

Signed-off-by: Avi Miller <me@dje.li>
2022-06-03 08:09:00 +02:00
Avi Miller
f487c04e02
Remove LIFX bulb discovery from the inflight list if it fails to connect ()
Remove the bulb discovery from the inflight list if it fails to connect

Signed-off-by: Avi Miller <me@dje.li>
2022-05-13 13:30:44 +02:00
Erik Montnemery
59c6282c6c
Migrate lifx light to color_mode ()
* Migrate lifx light to color_mode

* Update LIFXColor to support both hs and color_temp

* Apply suggestions from code review

Co-authored-by: epenet <6771947+epenet@users.noreply.github.com>

* Update light.py

Co-authored-by: epenet <6771947+epenet@users.noreply.github.com>
2022-04-28 09:49:06 +02:00
Avi Miller
f593b387a4
Refactor LIFX discovery to make it faster and more reliable ()
Co-authored-by: J. Nick Koston <nick@koston.org>
2022-04-26 08:58:01 -10:00
Anders Melchiorsen
480d9d63ee
LIFX device cleanup cleanup () 2022-04-01 11:40:29 +03:00
Avi Miller
9ea73e0d90
Skip unsupported LIFX Switches during discovery ()
Co-authored-by: J. Nick Koston <nick@koston.org>
2022-03-17 19:13:08 +01:00
Anders Melchiorsen
9e0926f943
Remove LIFX devices with no entities () 2022-02-07 08:19:32 +01:00
epenet
5140c1fa6a
Remove invalid return values in setup methods [i-p] ()
Co-authored-by: epenet <epenet@users.noreply.github.com>
2022-01-04 11:30:13 +01:00
epenet
8cc0df7b72
Ensure service calls are typed [k-n] ()
* Ensure service calls are typed [k-n]

* Ensure service calls are typed in mazda

* Adjust mazda

* Add mazda comment

Co-authored-by: epenet <epenet@users.noreply.github.com>
2021-12-28 14:33:08 +01:00
Erik Montnemery
56f746fd39
Coerce to tuple before asserting the sequence () 2021-10-30 16:50:24 +02:00
Avi Miller
0c2f126012
Return the real MAC address for LIFX bulbs with newer firmware () 2021-10-28 18:27:40 +02:00
Robert Hillis
f2a5c4602e
Use DeviceInfo Class L-M () 2021-10-25 23:26:40 +02:00
Marc Mueller
9561c51276
Use assignment expressions 16 () 2021-10-18 19:36:35 -07:00
Marc Mueller
4f8148f9ea
Use assignment expressions 07 () 2021-10-17 20:24:34 +02:00
J. Nick Koston
176fd39e0b
Fix lifx model to be a string ()
Fixes 
2021-08-27 06:37:28 +02:00
Marc Mueller
f6b162bc39
Add pylint CodeStyle extension () 2021-07-19 06:57:06 -07:00
Franck Nijhof
2ed386f9e6
Migrate to async_get_current_platform everywhere () 2021-05-03 09:34:28 -07:00
Anders Melchiorsen
21872c42fe
Fix color setting in LIFX services () 2021-04-28 13:31:40 -07:00
Franck Nijhof
d1afef843b
Deprecate LIFX Legacy integration () 2021-03-01 16:34:14 -08:00
Ellis Michael
8b97f62a8e
Allow LIFX bulbs to fade color even when off ()
LIFX bulbs have the capability to fade their color attributes even while the bulb is off. When the bulb is later turned on, the fade will continue as if the bulb was on all along.
2021-02-18 18:40:16 +01:00
Paulus Schoutsen
5dac3883b0
Stub light profiles () 2020-10-23 16:28:21 +02:00
Matthias Alphart
93a9a11065
Add config validator helper positive_float () 2020-10-11 22:04:49 +02:00
Franck Nijhof
53545c984b
Log lines do not end with a full stop () 2020-07-05 23:04:19 +02:00
Franck Nijhof
f42eb0d5ca
Fix missing service call context in multiple locations () 2020-06-25 17:09:52 -07:00
J. Nick Koston
f085fb1499
Set lifx device sw_version ()
This change solves an issue where homekit would
think the firmware was out of date on the bulb
because no version was set.
2020-05-17 16:16:09 -05:00
Erik Montnemery
e4333a7a44
Rename Light to LightEntity () 2020-04-26 18:49:41 +02:00
Anders Melchiorsen
0d999649c0
Support contemporary entity selectors for LIFX services ()
* Support contemporary entity selectors for LIFX services

* Use async_register_entity_service() for lifx.set_state

* Call directly
2020-04-16 18:16:14 +02:00
Paulus Schoutsen
aef06a3544
Directly call write state 2 ()
* Directly call async_write_ha_state pt2

* Directly call async_write_ha_state pt2

* Fix mock

* Address comments
2020-04-03 09:34:50 +02:00
Paulus Schoutsen
f41623ca64
Log warning when entities referenced in service call not found ()
* Raise entities not found error

* Make it a warning, not an error

* Add support for MATCH_ENTITY_NONE

* Fix lint

* Fix tests
2020-02-04 14:42:07 -08:00
Ville Skyttä
fa4fa30461 Various string cleanups ()
* Remove some unnecessary string concatenations

* Replace some simple str.formats with f-strings

* Replace some string concatenations with f-strings
2020-01-03 14:47:06 +01:00