core/homeassistant/components/hive/manifest.json

14 lines
328 B
JSON
Raw Normal View History

{
"domain": "hive",
"name": "Hive",
2023-02-08 19:27:05 +00:00
"codeowners": ["@Rendili", "@KJonline"],
"config_flow": true,
2023-02-08 19:27:05 +00:00
"documentation": "https://www.home-assistant.io/integrations/hive",
"homekit": {
"models": ["HHKBridge*"]
},
"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
}