From 7afc350609e9f0352abd5ce946287006b021c4cc Mon Sep 17 00:00:00 2001 From: ktnrg45 Date: Fri, 24 Jan 2020 04:09:31 -0700 Subject: [PATCH] Add command 'ps_hold' --- 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 c0ab470691e1c..779da61ca48ea 100644 --- a/homeassistant/components/ps4/const.py +++ b/homeassistant/components/ps4/const.py @@ -8,7 +8,7 @@ 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 7a52a99e08b18..8551b3da3e651 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 047585515b7c1..33823df2e7c56 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -1449,7 +1449,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 8b8a64fd24c13..fc50235768240 100644 --- a/requirements_test_all.txt +++ b/requirements_test_all.txt @@ -504,7 +504,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