Add integration_type device to opengarage (#159856)

This commit is contained in:
Joost Lekkerkerker
2025-12-28 15:07:25 +01:00
committed by GitHub
parent 2980187206
commit 20b0b6beb4
2 changed files with 2 additions and 1 deletions

View File

@@ -4,6 +4,7 @@
"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"]

View File

@@ -4767,7 +4767,7 @@
},
"opengarage": {
"name": "OpenGarage",
"integration_type": "hub",
"integration_type": "device",
"config_flow": true,
"iot_class": "local_polling"
},