1
mirror of https://github.com/home-assistant/core synced 2024-08-28 03:36:46 +02:00
ha-core/homeassistant/components/hive/manifest.json
Khole ac656847cb
Bump pyhiveapi to v0.5.16 (#105513)
Co-authored-by: Khole Jones <khole.jones@frasers.group>
2023-12-12 08:38:12 +01:00

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"]
}