update services.yaml for keyboard component (#28889)

This commit is contained in:
Raman Gupta 2019-11-20 15:40:00 -05:00 committed by cgtobi
parent 288ae8b1e7
commit 1c630738f7

View File

@ -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.