Fix vizio integration_type (#92103)

This commit is contained in:
Raman Gupta 2023-04-27 03:22:03 -04:00 committed by GitHub
parent 7c696754ed
commit 7d2243344e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -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",

View File

@ -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"
}, },