mirror of
https://github.com/home-assistant/core.git
synced 2025-08-13 17:45:19 +02:00
Add product IDs for new LIFX Ceiling lights (#136619)
This commit is contained in:
@@ -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__)
|
||||
|
||||
|
Reference in New Issue
Block a user