mirror of
https://github.com/home-assistant/core.git
synced 2026-09-04 18:15:04 -05:00
Add integration_type device to fully_kiosk (#159027)
This commit is contained in:
@@ -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",
|
||||
|
||||
@@ -2247,7 +2247,7 @@
|
||||
},
|
||||
"fully_kiosk": {
|
||||
"name": "Fully Kiosk Browser",
|
||||
"integration_type": "hub",
|
||||
"integration_type": "device",
|
||||
"config_flow": true,
|
||||
"iot_class": "local_polling"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user