mirror of
https://github.com/home-assistant/core.git
synced 2025-07-22 20:57:21 +00:00
Add selectors to ps4 services (#49702)
Co-authored-by: Franck Nijhof <git@frenck.dev>
This commit is contained in:
parent
639dac1eaa
commit
5b1ed44613
@ -1,9 +1,30 @@
|
|||||||
send_command:
|
send_command:
|
||||||
|
name: Send command
|
||||||
description: Emulate button press for PlayStation 4.
|
description: Emulate button press for PlayStation 4.
|
||||||
fields:
|
fields:
|
||||||
entity_id:
|
entity_id:
|
||||||
description: Name(s) of entities to send command.
|
name: Entity
|
||||||
|
description: Name of entity to send command.
|
||||||
|
required: true
|
||||||
example: "media_player.playstation_4"
|
example: "media_player.playstation_4"
|
||||||
|
selector:
|
||||||
|
entity:
|
||||||
|
integration: ps4
|
||||||
|
domain: media_player
|
||||||
command:
|
command:
|
||||||
|
name: Command
|
||||||
description: Button to press.
|
description: Button to press.
|
||||||
|
required: true
|
||||||
example: "ps"
|
example: "ps"
|
||||||
|
selector:
|
||||||
|
select:
|
||||||
|
options:
|
||||||
|
- "back"
|
||||||
|
- "down"
|
||||||
|
- "enter"
|
||||||
|
- "left"
|
||||||
|
- "option"
|
||||||
|
- "ps_hold"
|
||||||
|
- "ps"
|
||||||
|
- "right"
|
||||||
|
- "up"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user