2019-02-17 20:41:55 +00:00
|
|
|
send_command:
|
2021-04-26 13:35:45 +00:00
|
|
|
name: Send command
|
2019-02-17 20:41:55 +00:00
|
|
|
description: Emulate button press for PlayStation 4.
|
|
|
|
fields:
|
|
|
|
entity_id:
|
2021-04-26 13:35:45 +00:00
|
|
|
name: Entity
|
|
|
|
description: Name of entity to send command.
|
|
|
|
required: true
|
2020-04-05 15:27:16 +00:00
|
|
|
example: "media_player.playstation_4"
|
2021-04-26 13:35:45 +00:00
|
|
|
selector:
|
|
|
|
entity:
|
|
|
|
integration: ps4
|
|
|
|
domain: media_player
|
2019-02-17 20:41:55 +00:00
|
|
|
command:
|
2021-04-26 13:35:45 +00:00
|
|
|
name: Command
|
2019-02-17 20:41:55 +00:00
|
|
|
description: Button to press.
|
2021-04-26 13:35:45 +00:00
|
|
|
required: true
|
2020-04-05 15:27:16 +00:00
|
|
|
example: "ps"
|
2021-04-26 13:35:45 +00:00
|
|
|
selector:
|
|
|
|
select:
|
|
|
|
options:
|
|
|
|
- "back"
|
|
|
|
- "down"
|
|
|
|
- "enter"
|
|
|
|
- "left"
|
|
|
|
- "option"
|
|
|
|
- "ps_hold"
|
|
|
|
- "ps"
|
|
|
|
- "right"
|
|
|
|
- "up"
|