core/homeassistant/components/opengarage/manifest.json

11 lines
292 B
JSON
Raw Normal View History

{
"domain": "opengarage",
"name": "OpenGarage",
2022-03-30 08:56:37 +00:00
"codeowners": ["@danielhiversen"],
"config_flow": true,
2023-02-08 19:32:43 +00:00
"documentation": "https://www.home-assistant.io/integrations/opengarage",
"iot_class": "local_polling",
"loggers": ["opengarage"],
"requirements": ["open-garage==0.2.0"]
2022-03-30 08:56:37 +00:00
}