diff --git a/homeassistant/components/nanoleaf/manifest.json b/homeassistant/components/nanoleaf/manifest.json index 7af7465bbd0..b1a2b4d3c89 100644 --- a/homeassistant/components/nanoleaf/manifest.json +++ b/homeassistant/components/nanoleaf/manifest.json @@ -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"], diff --git a/homeassistant/generated/integrations.json b/homeassistant/generated/integrations.json index f8c4db10c77..7e151204539 100644 --- a/homeassistant/generated/integrations.json +++ b/homeassistant/generated/integrations.json @@ -4337,7 +4337,7 @@ }, "nanoleaf": { "name": "Nanoleaf", - "integration_type": "hub", + "integration_type": "device", "config_flow": true, "iot_class": "local_push" },