mirror of
https://github.com/home-assistant/core.git
synced 2025-07-16 09:47:13 +00:00
Add command 'ps_hold' to PS4 (#31283)
This commit is contained in:
parent
67b73bd74c
commit
ee602e40a6
@ -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"]
|
||||
|
@ -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"]
|
||||
}
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user