Add integration_type device to opentherm_gw (#159860)

This commit is contained in:
Joost Lekkerkerker
2025-12-28 15:36:53 +01:00
committed by GitHub
parent 938d6b6b0d
commit b57e848d5d
2 changed files with 2 additions and 1 deletions

View File

@@ -4,6 +4,7 @@
"codeowners": ["@mvn23"],
"config_flow": true,
"documentation": "https://www.home-assistant.io/integrations/opentherm_gw",
"integration_type": "device",
"iot_class": "local_push",
"loggers": ["pyotgw"],
"requirements": ["pyotgw==2.2.2"]

View File

@@ -4803,7 +4803,7 @@
},
"opentherm_gw": {
"name": "OpenTherm Gateway",
"integration_type": "hub",
"integration_type": "device",
"config_flow": true,
"iot_class": "local_push"
},