Add integration_type device to mikrotik (#159691)

This commit is contained in:
Joost Lekkerkerker
2025-12-25 21:52:37 +01:00
committed by GitHub
parent 5e96ec820f
commit 1664dd5702
2 changed files with 2 additions and 1 deletions

View File

@@ -4,6 +4,7 @@
"codeowners": ["@engrbm87"],
"config_flow": true,
"documentation": "https://www.home-assistant.io/integrations/mikrotik",
"integration_type": "device",
"iot_class": "local_polling",
"loggers": ["librouteros"],
"requirements": ["librouteros==3.2.0"]

View File

@@ -4075,7 +4075,7 @@
},
"mikrotik": {
"name": "Mikrotik",
"integration_type": "hub",
"integration_type": "device",
"config_flow": true,
"iot_class": "local_polling"
},