core/homeassistant/components/opengarage/manifest.json

13 lines
278 B
JSON

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