Add command 'ps_hold' to PS4 (#31283)

This commit is contained in:
ktnrg45 2020-01-29 14:57:40 -07:00 committed by GitHub
parent 67b73bd74c
commit ee602e40a6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 4 additions and 4 deletions

View File

@ -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"]

View File

@ -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"]
}

View File

@ -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

View File

@ -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