mirror of
https://github.com/home-assistant/core.git
synced 2026-04-29 13:13:46 +01:00
17 lines
418 B
JSON
17 lines
418 B
JSON
{
|
|
"domain": "aladdin_connect",
|
|
"name": "Aladdin Connect",
|
|
"codeowners": ["@swcloudgenie"],
|
|
"config_flow": true,
|
|
"dependencies": ["application_credentials"],
|
|
"dhcp": [
|
|
{
|
|
"hostname": "gdocntl-*"
|
|
}
|
|
],
|
|
"documentation": "https://www.home-assistant.io/integrations/aladdin_connect",
|
|
"integration_type": "hub",
|
|
"iot_class": "cloud_polling",
|
|
"requirements": ["genie-partner-sdk==1.0.11"]
|
|
}
|