core/homeassistant/components/hive/manifest.json

13 lines
238 B
JSON
Raw Normal View History

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