Add integration_type device to nanoleaf (#159704)

This commit is contained in:
Joost Lekkerkerker
2025-12-25 13:51:48 +01:00
committed by GitHub
parent fb6380157a
commit 0a4c75951a
2 changed files with 2 additions and 1 deletions

View File

@@ -7,6 +7,7 @@
"homekit": {
"models": ["NL29", "NL42", "NL47", "NL48", "NL52", "NL59", "NL69", "NL81"]
},
"integration_type": "device",
"iot_class": "local_push",
"loggers": ["aionanoleaf"],
"requirements": ["aionanoleaf==0.2.1"],

View File

@@ -4337,7 +4337,7 @@
},
"nanoleaf": {
"name": "Nanoleaf",
"integration_type": "hub",
"integration_type": "device",
"config_flow": true,
"iot_class": "local_push"
},