mirror of
https://github.com/home-assistant/core.git
synced 2025-07-23 05:07:41 +00:00
Add product IDs for new LIFX Ceiling lights (#136619)
This commit is contained in:
parent
4e29ac8e1b
commit
6c9ff41b0b
@ -61,7 +61,7 @@ INFRARED_BRIGHTNESS_VALUES_MAP = {
|
||||
}
|
||||
DATA_LIFX_MANAGER = "lifx_manager"
|
||||
|
||||
LIFX_CEILING_PRODUCT_IDS = {176, 177}
|
||||
LIFX_CEILING_PRODUCT_IDS = {176, 177, 201, 202}
|
||||
|
||||
_LOGGER = logging.getLogger(__package__)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user