core/homeassistant/components/hive/manifest.json

14 lines
328 B
JSON

{
"domain": "hive",
"name": "Hive",
"codeowners": ["@Rendili", "@KJonline"],
"config_flow": true,
"documentation": "https://www.home-assistant.io/integrations/hive",
"homekit": {
"models": ["HHKBridge*"]
},
"iot_class": "cloud_polling",
"loggers": ["apyhiveapi"],
"requirements": ["pyhiveapi==0.5.16"]
}