1
0
mirror of https://github.com/home-assistant/core.git synced 2026-04-29 13:13:46 +01:00
Files
core/homeassistant/components/hive/manifest.json
2025-02-15 14:13:16 +01:00

14 lines
336 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": ["pyhive-integration==1.0.2"]
}