mirror of
https://github.com/home-assistant/core.git
synced 2026-07-13 17:44:45 +01:00
15 lines
365 B
JSON
15 lines
365 B
JSON
{
|
|
"domain": "hive",
|
|
"name": "Hive",
|
|
"codeowners": ["@Rendili", "@KJonline"],
|
|
"config_flow": true,
|
|
"documentation": "https://www.home-assistant.io/integrations/hive",
|
|
"homekit": {
|
|
"models": ["HHKBridge*"]
|
|
},
|
|
"integration_type": "hub",
|
|
"iot_class": "cloud_polling",
|
|
"loggers": ["apyhiveapi"],
|
|
"requirements": ["pyhive-integration==1.0.9"]
|
|
}
|