core/homeassistant/components/geniushub/manifest.json

10 lines
273 B
JSON
Raw Normal View History

{
"domain": "geniushub",
"name": "Genius Hub",
2023-02-13 11:11:38 +00:00
"codeowners": ["@manzanotti"],
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.0"]
}