diff --git a/homeassistant/components/fully_kiosk/manifest.json b/homeassistant/components/fully_kiosk/manifest.json index 1fbbb6656a26..9322d42e1483 100644 --- a/homeassistant/components/fully_kiosk/manifest.json +++ b/homeassistant/components/fully_kiosk/manifest.json @@ -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", diff --git a/homeassistant/generated/integrations.json b/homeassistant/generated/integrations.json index 3622ca520095..3f02233d3f3b 100644 --- a/homeassistant/generated/integrations.json +++ b/homeassistant/generated/integrations.json @@ -2247,7 +2247,7 @@ }, "fully_kiosk": { "name": "Fully Kiosk Browser", - "integration_type": "hub", + "integration_type": "device", "config_flow": true, "iot_class": "local_polling" },