Skip to content

Commit aac07b6

Browse files
authored
Add integration_type device to fully_kiosk (home-assistant#159027)
1 parent 2448ce1 commit aac07b6

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

homeassistant/components/fully_kiosk/manifest.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
}
1111
],
1212
"documentation": "https://www.home-assistant.io/integrations/fully_kiosk",
13+
"integration_type": "device",
1314
"iot_class": "local_polling",
1415
"mqtt": ["fully/deviceInfo/+"],
1516
"quality_scale": "bronze",

homeassistant/generated/integrations.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2247,7 +2247,7 @@
22472247
},
22482248
"fully_kiosk": {
22492249
"name": "Fully Kiosk Browser",
2250-
"integration_type": "hub",
2250+
"integration_type": "device",
22512251
"config_flow": true,
22522252
"iot_class": "local_polling"
22532253
},

0 commit comments

Comments
 (0)