diff --git a/homeassistant/components/vizio/manifest.json b/homeassistant/components/vizio/manifest.json index 6a5b9c33111..bf88ed9f437 100644 --- a/homeassistant/components/vizio/manifest.json +++ b/homeassistant/components/vizio/manifest.json @@ -2,7 +2,7 @@ "domain": "vizio", "name": "Vizio SmartCast TV", "documentation": "https://www.home-assistant.io/integrations/vizio", - "requirements": ["pyvizio==0.1.19"], + "requirements": ["pyvizio==0.1.21"], "dependencies": [], "codeowners": ["@raman325"], "config_flow": true, diff --git a/requirements_all.txt b/requirements_all.txt index cd6c0647f46..7493fd9bbda 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -1693,7 +1693,7 @@ pyversasense==0.0.6 pyvesync==1.1.0 # homeassistant.components.vizio -pyvizio==0.1.19 +pyvizio==0.1.21 # homeassistant.components.velux pyvlx==0.2.12 diff --git a/requirements_test_all.txt b/requirements_test_all.txt index 4f0e6a21a2a..85d80087ae6 100644 --- a/requirements_test_all.txt +++ b/requirements_test_all.txt @@ -570,7 +570,7 @@ pyvera==0.3.7 pyvesync==1.1.0 # homeassistant.components.vizio -pyvizio==0.1.19 +pyvizio==0.1.21 # homeassistant.components.html5 pywebpush==1.9.2