Add integration_type device to fully_kiosk (#159027)

This commit is contained in:
Joost Lekkerkerker
2025-12-14 21:10:29 +01:00
committed by GitHub
parent 2448ce1970
commit aac07b6b4b
2 changed files with 2 additions and 1 deletions
@@ -10,6 +10,7 @@
}
],
"documentation": "https://www.home-assistant.io/integrations/fully_kiosk",
"integration_type": "device",
"iot_class": "local_polling",
"mqtt": ["fully/deviceInfo/+"],
"quality_scale": "bronze",
+1 -1
View File
@@ -2247,7 +2247,7 @@
},
"fully_kiosk": {
"name": "Fully Kiosk Browser",
"integration_type": "hub",
"integration_type": "device",
"config_flow": true,
"iot_class": "local_polling"
},