hass-core/homeassistant/components/hive/manifest.json
2022-03-30 10:56:37 +02:00

10 lines
278 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"]
}