* bump pyvizio and update app_id to show app config to aid in HA config generation. squashed from multiple commits to make a rebase on dev easier * bump pyvizio for bug fixes * fix pyvizio version number * only return app_id if app is unknown and explicitly create the dict that's returned * fix tests * fix docstring for app_id
12 lines
312 B
JSON
12 lines
312 B
JSON
{
|
|
"domain": "vizio",
|
|
"name": "Vizio SmartCast",
|
|
"documentation": "https://www.home-assistant.io/integrations/vizio",
|
|
"requirements": ["pyvizio==0.1.44"],
|
|
"dependencies": [],
|
|
"codeowners": ["@raman325"],
|
|
"config_flow": true,
|
|
"zeroconf": ["_viziocast._tcp.local."],
|
|
"quality_scale": "platinum"
|
|
}
|