core/homeassistant/components/hive/manifest.json

15 lines
297 B
JSON

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