diff --git a/homeassistant/components/ps4/manifest.json b/homeassistant/components/ps4/manifest.json index add52231a07..c7e6d1d9ba7 100644 --- a/homeassistant/components/ps4/manifest.json +++ b/homeassistant/components/ps4/manifest.json @@ -3,11 +3,7 @@ "name": "Ps4", "config_flow": true, "documentation": "https://www.home-assistant.io/integrations/ps4", - "requirements": [ - "pyps4-2ndscreen==1.0.3" - ], + "requirements": ["pyps4-2ndscreen==1.0.4"], "dependencies": [], - "codeowners": [ - "@ktnrg45" - ] + "codeowners": ["@ktnrg45"] } diff --git a/requirements_all.txt b/requirements_all.txt index 0e163221d11..31c45d2e3b9 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -1448,7 +1448,7 @@ pypjlink2==1.2.0 pypoint==1.1.2 # homeassistant.components.ps4 -pyps4-2ndscreen==1.0.3 +pyps4-2ndscreen==1.0.4 # homeassistant.components.qwikswitch pyqwikswitch==0.93 diff --git a/requirements_test_all.txt b/requirements_test_all.txt index 25d16e27ce8..f3ba482a977 100644 --- a/requirements_test_all.txt +++ b/requirements_test_all.txt @@ -487,7 +487,7 @@ pyotp==2.3.0 pypoint==1.1.2 # homeassistant.components.ps4 -pyps4-2ndscreen==1.0.3 +pyps4-2ndscreen==1.0.4 # homeassistant.components.qwikswitch pyqwikswitch==0.93