Add integration_type device to keenetic_ndms2 (#159186)

This commit is contained in:
Joost Lekkerkerker
2025-12-16 11:50:53 +01:00
committed by GitHub
parent 2a92292e76
commit d4097a8686
2 changed files with 2 additions and 1 deletions

View File

@@ -4,6 +4,7 @@
"codeowners": ["@foxel"],
"config_flow": true,
"documentation": "https://www.home-assistant.io/integrations/keenetic_ndms2",
"integration_type": "device",
"iot_class": "local_polling",
"loggers": ["ndms2_client"],
"requirements": ["ndms2-client==0.1.2"],

View File

@@ -3290,7 +3290,7 @@
},
"keenetic_ndms2": {
"name": "Keenetic NDMS2 Router",
"integration_type": "hub",
"integration_type": "device",
"config_flow": true,
"iot_class": "local_polling"
},