hass-core/homeassistant/components/ps4/services.yaml
tkdrob 028a07d86f
Wrap up selectors (#50794)
Co-authored-by: Franck Nijhof <git@frenck.dev>
2021-05-25 14:45:17 +02:00

28 lines
629 B
YAML

send_command:
name: Send command
description: Emulate button press for PlayStation 4.
fields:
entity_id:
name: Entity
description: Name of entity to send command.
required: true
selector:
entity:
integration: ps4
domain: media_player
command:
name: Command
description: Button to press.
required: true
selector:
select:
options:
- "back"
- "down"
- "enter"
- "left"
- "option"
- "ps_hold"
- "ps"
- "right"
- "up"