From 1c630738f76cec1b6ea707af4033bccacae6b089 Mon Sep 17 00:00:00 2001 From: Raman Gupta <7243222+raman325@users.noreply.github.com> Date: Wed, 20 Nov 2019 15:40:00 -0500 Subject: [PATCH] update services.yaml for keyboard component (#28889) --- homeassistant/components/keyboard/services.yaml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/homeassistant/components/keyboard/services.yaml b/homeassistant/components/keyboard/services.yaml index e69de29bb2d..a9896c3d6cf 100644 --- a/homeassistant/components/keyboard/services.yaml +++ b/homeassistant/components/keyboard/services.yaml @@ -0,0 +1,17 @@ +volume_up: + description: Simulates a key press of the "Volume Up" button on HomeAssistant's host machine. + +volume_down: + description: Simulates a key press of the "Volume Down" button on HomeAssistant's host machine. + +volume_mute: + description: Simulates a key press of the "Volume Mute" button on HomeAssistant's host machine. + +media_play_pause: + description: Simulates a key press of the "Media Play/Pause" button on HomeAssistant's host machine. + +media_next_track: + description: Simulates a key press of the "Media Next Track" button on HomeAssistant's host machine. + +media_prev_track: + description: Simulates a key press of the "Media Previous Track" button on HomeAssistant's host machine.