Skip to content

Commit 2106c4c

Browse files
authored
Set Aladdin Connect integration type to hub (#151491)
1 parent a053142 commit 2106c4c

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

homeassistant/components/aladdin_connect/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"config_flow": true,
66
"dependencies": ["application_credentials"],
77
"documentation": "https://www.home-assistant.io/integrations/aladdin_connect",
8-
"integration_type": "system",
8+
"integration_type": "hub",
99
"iot_class": "cloud_polling",
1010
"requirements": ["genie-partner-sdk==1.0.10"]
1111
}

homeassistant/generated/integrations.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -187,6 +187,12 @@
187187
}
188188
}
189189
},
190+
"aladdin_connect": {
191+
"name": "Aladdin Connect",
192+
"integration_type": "hub",
193+
"config_flow": true,
194+
"iot_class": "cloud_polling"
195+
},
190196
"alarmdecoder": {
191197
"name": "AlarmDecoder",
192198
"integration_type": "device",

0 commit comments

Comments
 (0)