1
0
mirror of https://github.com/home-assistant/core.git synced 2026-05-08 17:49:37 +01:00

Add integration_type device to prusalink (#159891)

This commit is contained in:
Joost Lekkerkerker
2025-12-28 18:16:15 +01:00
committed by GitHub
parent 74370bf3ba
commit ceeec6817e
2 changed files with 2 additions and 1 deletions
@@ -9,6 +9,7 @@
}
],
"documentation": "https://www.home-assistant.io/integrations/prusalink",
"integration_type": "device",
"iot_class": "local_polling",
"requirements": ["pyprusalink==2.1.1"]
}
+1 -1
View File
@@ -5244,7 +5244,7 @@
},
"prusalink": {
"name": "PrusaLink",
"integration_type": "hub",
"integration_type": "device",
"config_flow": true,
"iot_class": "local_polling"
},