2019-04-04 04:14:45 +00:00
|
|
|
{
|
|
|
|
"domain": "hive",
|
|
|
|
"name": "Hive",
|
2023-02-08 19:27:05 +00:00
|
|
|
"codeowners": ["@Rendili", "@KJonline"],
|
2021-03-15 11:27:10 +00:00
|
|
|
"config_flow": true,
|
2023-02-08 19:27:05 +00:00
|
|
|
"documentation": "https://www.home-assistant.io/integrations/hive",
|
2022-06-09 21:40:01 +00:00
|
|
|
"homekit": {
|
|
|
|
"models": ["HHKBridge*"]
|
|
|
|
},
|
2022-01-28 21:37:53 +00:00
|
|
|
"iot_class": "cloud_polling",
|
2023-02-08 19:27:05 +00:00
|
|
|
"loggers": ["apyhiveapi"],
|
|
|
|
"requirements": ["pyhiveapi==0.5.14"]
|
2022-03-30 08:56:37 +00:00
|
|
|
}
|