core/homeassistant/components/opengarage/manifest.json

9 lines
240 B
JSON
Raw Normal View History

{
"domain": "opengarage",
"name": "OpenGarage",
"documentation": "https://www.home-assistant.io/integrations/opengarage",
"codeowners": ["@danielhiversen"],
2021-07-24 13:49:39 +00:00
"requirements": ["open-garage==0.1.5"],
"iot_class": "local_polling"
}