mirror of
https://github.com/home-assistant/core.git
synced 2025-12-24 12:59:34 +00:00
Add integration_type device to lifx (#159302)
This commit is contained in:
committed by
GitHub
parent
f1237ed52a
commit
43b9ecfc2b
@@ -49,6 +49,7 @@
|
|||||||
"LIFX Z"
|
"LIFX Z"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
"integration_type": "device",
|
||||||
"iot_class": "local_polling",
|
"iot_class": "local_polling",
|
||||||
"loggers": ["aiolifx", "aiolifx_effects", "bitstring"],
|
"loggers": ["aiolifx", "aiolifx_effects", "bitstring"],
|
||||||
"requirements": [
|
"requirements": [
|
||||||
|
|||||||
@@ -3569,7 +3569,7 @@
|
|||||||
},
|
},
|
||||||
"lifx": {
|
"lifx": {
|
||||||
"name": "LIFX",
|
"name": "LIFX",
|
||||||
"integration_type": "hub",
|
"integration_type": "device",
|
||||||
"config_flow": true,
|
"config_flow": true,
|
||||||
"iot_class": "local_polling"
|
"iot_class": "local_polling"
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user