2019-04-04 04:14:45 +00:00
|
|
|
{
|
|
|
|
"domain": "hive",
|
|
|
|
"name": "Hive",
|
2021-03-15 11:27:10 +00:00
|
|
|
"config_flow": true,
|
2019-10-02 16:25:44 +00:00
|
|
|
"documentation": "https://www.home-assistant.io/integrations/hive",
|
2021-05-10 18:38:35 +00:00
|
|
|
"requirements": [
|
|
|
|
"pyhiveapi==0.4.2"
|
|
|
|
],
|
|
|
|
"codeowners": [
|
|
|
|
"@Rendili",
|
|
|
|
"@KJonline"
|
|
|
|
],
|
2022-01-28 21:37:53 +00:00
|
|
|
"iot_class": "cloud_polling",
|
|
|
|
"loggers": ["apyhiveapi"]
|
2021-05-10 18:38:35 +00:00
|
|
|
}
|