From aac07b6b4bd7ebdd28531cd96d73b36155ef18f0 Mon Sep 17 00:00:00 2001 From: Joost Lekkerkerker Date: Sun, 14 Dec 2025 21:10:29 +0100 Subject: [PATCH] Add integration_type device to fully_kiosk (#159027) --- homeassistant/components/fully_kiosk/manifest.json | 1 + homeassistant/generated/integrations.json | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) 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" },