core/homeassistant/components/opengarage/manifest.json

11 lines
292 B
JSON

{
"domain": "opengarage",
"name": "OpenGarage",
"codeowners": ["@danielhiversen"],
"config_flow": true,
"documentation": "https://www.home-assistant.io/integrations/opengarage",
"iot_class": "local_polling",
"loggers": ["opengarage"],
"requirements": ["open-garage==0.2.0"]
}