core/homeassistant/components/opengarage/manifest.json

11 lines
292 B
JSON
Raw Normal View History

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