1
0
mirror of https://github.com/home-assistant/core.git synced 2026-05-08 17:49:37 +01:00

Add integration_type device to vallox (#163743)

This commit is contained in:
Joost Lekkerkerker
2026-02-22 00:59:53 +01:00
committed by GitHub
parent 5bffc14574
commit 95f89df6f4
2 changed files with 2 additions and 1 deletions
@@ -4,6 +4,7 @@
"codeowners": ["@andre-richter", "@slovdahl", "@viiru-", "@yozik04"],
"config_flow": true,
"documentation": "https://www.home-assistant.io/integrations/vallox",
"integration_type": "device",
"iot_class": "local_polling",
"loggers": ["vallox_websocket_api"],
"requirements": ["vallox-websocket-api==6.0.0"]
+1 -1
View File
@@ -7444,7 +7444,7 @@
},
"vallox": {
"name": "Vallox",
"integration_type": "hub",
"integration_type": "device",
"config_flow": true,
"iot_class": "local_polling"
},