core/homeassistant/components/hive/manifest.json

10 lines
249 B
JSON

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