core/homeassistant/components/geniushub/manifest.json

11 lines
296 B
JSON
Raw Normal View History

{
"domain": "geniushub",
"name": "Genius Hub",
2023-02-13 11:11:38 +00:00
"codeowners": ["@manzanotti"],
"config_flow": true,
2023-02-08 19:27:05 +00:00
"documentation": "https://www.home-assistant.io/integrations/geniushub",
"iot_class": "local_polling",
2023-02-08 19:27:05 +00:00
"loggers": ["geniushubclient"],
"requirements": ["geniushub-client==0.7.1"]
}