1
0
mirror of https://github.com/home-assistant/core.git synced 2026-05-08 17:49:37 +01:00
Files
core/homeassistant/components/opengarage/manifest.json
T
2025-12-28 15:07:25 +01:00

12 lines
324 B
JSON

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