From ee602e40a69745abac3f8fefcf055fa664e99f8a Mon Sep 17 00:00:00 2001 From: ktnrg45 <38207570+ktnrg45@users.noreply.github.com> Date: Wed, 29 Jan 2020 14:57:40 -0700 Subject: [PATCH] Add command 'ps_hold' to PS4 (#31283) --- homeassistant/components/ps4/const.py | 2 +- homeassistant/components/ps4/manifest.json | 2 +- requirements_all.txt | 2 +- requirements_test_all.txt | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/homeassistant/components/ps4/const.py b/homeassistant/components/ps4/const.py index c0ab470691e..779da61ca48 100644 --- a/homeassistant/components/ps4/const.py +++ b/homeassistant/components/ps4/const.py @@ -8,7 +8,7 @@ DOMAIN = "ps4" GAMES_FILE = ".ps4-games.json" PS4_DATA = "ps4_data" -COMMANDS = ("up", "down", "right", "left", "enter", "back", "option", "ps") +COMMANDS = ("up", "down", "right", "left", "enter", "back", "option", "ps", "ps_hold") # Deprecated used for logger/backwards compatibility from 0.89 REGIONS = ["R1", "R2", "R3", "R4", "R5"] diff --git a/homeassistant/components/ps4/manifest.json b/homeassistant/components/ps4/manifest.json index 7a52a99e08b..8551b3da3e6 100644 --- a/homeassistant/components/ps4/manifest.json +++ b/homeassistant/components/ps4/manifest.json @@ -3,7 +3,7 @@ "name": "Sony PlayStation 4", "config_flow": true, "documentation": "https://www.home-assistant.io/integrations/ps4", - "requirements": ["pyps4-2ndscreen==1.0.4"], + "requirements": ["pyps4-2ndscreen==1.0.6"], "dependencies": [], "codeowners": ["@ktnrg45"] } diff --git a/requirements_all.txt b/requirements_all.txt index c05676a652a..576305196d3 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -1452,7 +1452,7 @@ pypjlink2==1.2.0 pypoint==1.1.2 # homeassistant.components.ps4 -pyps4-2ndscreen==1.0.4 +pyps4-2ndscreen==1.0.6 # homeassistant.components.qwikswitch pyqwikswitch==0.93 diff --git a/requirements_test_all.txt b/requirements_test_all.txt index 7206e60c6e4..21df9279c89 100644 --- a/requirements_test_all.txt +++ b/requirements_test_all.txt @@ -507,7 +507,7 @@ pyotp==2.3.0 pypoint==1.1.2 # homeassistant.components.ps4 -pyps4-2ndscreen==1.0.4 +pyps4-2ndscreen==1.0.6 # homeassistant.components.qwikswitch pyqwikswitch==0.93