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