1
0
mirror of https://github.com/home-assistant/core.git synced 2025-07-26 14:47:38 +00:00

23 Commits

Author SHA1 Message Date
Joost Lekkerkerker
595d07f1c6
Improve lists in integrations [L-M] ()
* Improve lists in integrations [L-M]

* Update homeassistant/components/mailbox/__init__.py

Co-authored-by: Jan Bouwhuis <jbouwh@users.noreply.github.com>

* Fix

---------

Co-authored-by: Jan Bouwhuis <jbouwh@users.noreply.github.com>
2024-03-13 21:28:21 +01:00
Marc Mueller
59a6035d3f
Add empty line after module docstring [j-m] () 2024-03-08 09:01:29 -05:00
Marc Mueller
a9147cf3dd
Use builtin TimeoutError [k-n] () 2024-02-05 12:08:18 +01:00
J. Nick Koston
52c773a776
Always request at least one zone for multi-zone LIFX devices () 2023-05-11 12:02:32 +02: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
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
Marc Mueller
7da434f455
Improve DataUpdateCoordinator typing in integrations (7) () 2023-01-02 12:57:15 +01:00
Marc Mueller
1de41ab123
Improve DataUpdateCoordinator typing in integrations (1) () 2022-12-27 22:44:25 +01:00
Avi Miller
88c8eef4eb
Populate suggested_area using the LIFX group name for each device ()
Co-authored-by: J. Nick Koston <nick@koston.org>
2022-12-04 16:31:08 -10:00
Avi Miller
dde763418a
Add an RSSI sensor to the LIFX integration () 2022-10-26 09:12:45 -05:00
Avi Miller
6e453ae471
Add device-specific diagnostics to the LIFX integration () 2022-10-23 22:49:18 -05:00
Avi Miller
2966f9ed8e
Add themes for LIFX multi-zone devices via a new select entity () 2022-10-23 11:28:17 -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
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
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
Avi Miller
db3e21df86
Update aiolifx to version 0.8.2 () 2022-08-06 15:02:32 -10:00
J. Nick Koston
1354952977
Migrate LIFX to config entry per device () 2022-07-18 17:56:34 -05:00