Add integration_type device to venstar (#163745)

This commit is contained in:
Joost Lekkerkerker
2026-02-22 10:50:30 +01:00
committed by GitHub
parent af4d9cfac8
commit 2f82c3127d
2 changed files with 2 additions and 1 deletions
@@ -4,6 +4,7 @@
"codeowners": ["@garbled1", "@jhollowe"],
"config_flow": true,
"documentation": "https://www.home-assistant.io/integrations/venstar",
"integration_type": "device",
"iot_class": "local_polling",
"loggers": ["venstarcolortouch"],
"requirements": ["venstarcolortouch==0.21"]
+1 -1
View File
@@ -7473,7 +7473,7 @@
},
"venstar": {
"name": "Venstar",
"integration_type": "hub",
"integration_type": "device",
"config_flow": true,
"iot_class": "local_polling"
},