1
mirror of https://github.com/home-assistant/core synced 2024-08-02 23:40:32 +02:00
ha-core/homeassistant/components/keyboard/services.yaml
tkdrob 1160a5f239
Add targets and selectors for services (I-K) (#50542)
Co-authored-by: Franck Nijhof <git@frenck.dev>
2021-05-14 20:34:59 +02:00

36 lines
886 B
YAML

volume_up:
name: Volume up
description:
Simulates a key press of the "Volume Up" button on Home Assistant's host
machine
volume_down:
name: Volume down
description:
Simulates a key press of the "Volume Down" button on Home Assistant's host
machine
volume_mute:
name: Volume mute
description:
Simulates a key press of the "Volume Mute" button on Home Assistant's host
machine
media_play_pause:
name: Media play/pause
description:
Simulates a key press of the "Media Play/Pause" button on Home Assistant's
host machine
media_next_track:
name: Media next track
description:
Simulates a key press of the "Media Next Track" button on Home Assistant's
host machine
media_prev_track:
name: Media previous track
description:
Simulates a key press of the "Media Previous Track" button on Home
Assistant's host machine