mirror of
https://github.com/home-assistant/core.git
synced 2025-07-27 07:07:28 +00:00
Bump aiolifx to 1.1.2 and add new HomeKit product prefixes (#133191)
Signed-off-by: Avi Miller <me@dje.li>
This commit is contained in:
parent
1b2cf68e82
commit
9494128395
@ -23,6 +23,7 @@
|
|||||||
"LIFX Ceiling",
|
"LIFX Ceiling",
|
||||||
"LIFX Clean",
|
"LIFX Clean",
|
||||||
"LIFX Color",
|
"LIFX Color",
|
||||||
|
"LIFX Colour",
|
||||||
"LIFX DLCOL",
|
"LIFX DLCOL",
|
||||||
"LIFX Dlight",
|
"LIFX Dlight",
|
||||||
"LIFX DLWW",
|
"LIFX DLWW",
|
||||||
@ -35,12 +36,14 @@
|
|||||||
"LIFX Neon",
|
"LIFX Neon",
|
||||||
"LIFX Nightvision",
|
"LIFX Nightvision",
|
||||||
"LIFX PAR38",
|
"LIFX PAR38",
|
||||||
|
"LIFX Permanent Outdoor",
|
||||||
"LIFX Pls",
|
"LIFX Pls",
|
||||||
"LIFX Plus",
|
"LIFX Plus",
|
||||||
"LIFX Round",
|
"LIFX Round",
|
||||||
"LIFX Square",
|
"LIFX Square",
|
||||||
"LIFX String",
|
"LIFX String",
|
||||||
"LIFX Tile",
|
"LIFX Tile",
|
||||||
|
"LIFX Tube",
|
||||||
"LIFX White",
|
"LIFX White",
|
||||||
"LIFX Z"
|
"LIFX Z"
|
||||||
]
|
]
|
||||||
@ -48,7 +51,7 @@
|
|||||||
"iot_class": "local_polling",
|
"iot_class": "local_polling",
|
||||||
"loggers": ["aiolifx", "aiolifx_effects", "bitstring"],
|
"loggers": ["aiolifx", "aiolifx_effects", "bitstring"],
|
||||||
"requirements": [
|
"requirements": [
|
||||||
"aiolifx==1.1.1",
|
"aiolifx==1.1.2",
|
||||||
"aiolifx-effects==0.3.2",
|
"aiolifx-effects==0.3.2",
|
||||||
"aiolifx-themes==0.5.5"
|
"aiolifx-themes==0.5.5"
|
||||||
]
|
]
|
||||||
|
@ -92,6 +92,10 @@ HOMEKIT = {
|
|||||||
"always_discover": True,
|
"always_discover": True,
|
||||||
"domain": "lifx",
|
"domain": "lifx",
|
||||||
},
|
},
|
||||||
|
"LIFX Colour": {
|
||||||
|
"always_discover": True,
|
||||||
|
"domain": "lifx",
|
||||||
|
},
|
||||||
"LIFX DLCOL": {
|
"LIFX DLCOL": {
|
||||||
"always_discover": True,
|
"always_discover": True,
|
||||||
"domain": "lifx",
|
"domain": "lifx",
|
||||||
@ -140,6 +144,10 @@ HOMEKIT = {
|
|||||||
"always_discover": True,
|
"always_discover": True,
|
||||||
"domain": "lifx",
|
"domain": "lifx",
|
||||||
},
|
},
|
||||||
|
"LIFX Permanent Outdoor": {
|
||||||
|
"always_discover": True,
|
||||||
|
"domain": "lifx",
|
||||||
|
},
|
||||||
"LIFX Pls": {
|
"LIFX Pls": {
|
||||||
"always_discover": True,
|
"always_discover": True,
|
||||||
"domain": "lifx",
|
"domain": "lifx",
|
||||||
@ -164,6 +172,10 @@ HOMEKIT = {
|
|||||||
"always_discover": True,
|
"always_discover": True,
|
||||||
"domain": "lifx",
|
"domain": "lifx",
|
||||||
},
|
},
|
||||||
|
"LIFX Tube": {
|
||||||
|
"always_discover": True,
|
||||||
|
"domain": "lifx",
|
||||||
|
},
|
||||||
"LIFX White": {
|
"LIFX White": {
|
||||||
"always_discover": True,
|
"always_discover": True,
|
||||||
"domain": "lifx",
|
"domain": "lifx",
|
||||||
|
@ -286,7 +286,7 @@ aiolifx-effects==0.3.2
|
|||||||
aiolifx-themes==0.5.5
|
aiolifx-themes==0.5.5
|
||||||
|
|
||||||
# homeassistant.components.lifx
|
# homeassistant.components.lifx
|
||||||
aiolifx==1.1.1
|
aiolifx==1.1.2
|
||||||
|
|
||||||
# homeassistant.components.lookin
|
# homeassistant.components.lookin
|
||||||
aiolookin==1.0.0
|
aiolookin==1.0.0
|
||||||
|
@ -268,7 +268,7 @@ aiolifx-effects==0.3.2
|
|||||||
aiolifx-themes==0.5.5
|
aiolifx-themes==0.5.5
|
||||||
|
|
||||||
# homeassistant.components.lifx
|
# homeassistant.components.lifx
|
||||||
aiolifx==1.1.1
|
aiolifx==1.1.2
|
||||||
|
|
||||||
# homeassistant.components.lookin
|
# homeassistant.components.lookin
|
||||||
aiolookin==1.0.0
|
aiolookin==1.0.0
|
||||||
|
Loading…
x
Reference in New Issue
Block a user