mirror of
https://github.com/home-assistant/core.git
synced 2025-06-18 12:07:06 +00:00
Fix vizio integration_type (#92103)
This commit is contained in:
parent
7c696754ed
commit
7d2243344e
@ -4,7 +4,7 @@
|
||||
"codeowners": ["@raman325"],
|
||||
"config_flow": true,
|
||||
"documentation": "https://www.home-assistant.io/integrations/vizio",
|
||||
"integration_type": "hub",
|
||||
"integration_type": "device",
|
||||
"iot_class": "local_polling",
|
||||
"loggers": ["pyvizio"],
|
||||
"quality_scale": "platinum",
|
||||
|
@ -6059,7 +6059,7 @@
|
||||
},
|
||||
"vizio": {
|
||||
"name": "VIZIO SmartCast",
|
||||
"integration_type": "hub",
|
||||
"integration_type": "device",
|
||||
"config_flow": true,
|
||||
"iot_class": "local_polling"
|
||||
},
|
||||
|
Loading…
x
Reference in New Issue
Block a user