1
mirror of https://github.com/home-assistant/core synced 2024-08-02 23:40:32 +02:00
ha-core/homeassistant/components/opengarage/manifest.json
2021-09-29 09:43:51 -06:00

13 lines
278 B
JSON

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