1
0
mirror of https://github.com/home-assistant/core.git synced 2025-12-20 02:48:57 +00:00

Add integration_type device to lifx (#159302)

This commit is contained in:
Joost Lekkerkerker
2025-12-17 20:48:33 +01:00
committed by GitHub
parent f1237ed52a
commit 43b9ecfc2b
2 changed files with 2 additions and 1 deletions

View File

@@ -49,6 +49,7 @@
"LIFX Z"
]
},
"integration_type": "device",
"iot_class": "local_polling",
"loggers": ["aiolifx", "aiolifx_effects", "bitstring"],
"requirements": [

View File

@@ -3569,7 +3569,7 @@
},
"lifx": {
"name": "LIFX",
"integration_type": "hub",
"integration_type": "device",
"config_flow": true,
"iot_class": "local_polling"
},