mirror of
https://github.com/home-assistant/core.git
synced 2026-09-26 01:11:51 -04:00
Add integration_type device to venstar (#163745)
This commit is contained in:
@@ -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"]
|
||||
|
||||
@@ -7473,7 +7473,7 @@
|
||||
},
|
||||
"venstar": {
|
||||
"name": "Venstar",
|
||||
"integration_type": "hub",
|
||||
"integration_type": "device",
|
||||
"config_flow": true,
|
||||
"iot_class": "local_polling"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user