From 6e7d59c2a77fe31798e674406c84f17c25cd48be Mon Sep 17 00:00:00 2001 From: starkillerOG Date: Mon, 27 Jan 2020 13:54:32 +0100 Subject: [PATCH] Webostv: add sound_output documentation (#11854) * Webostv: add sound_output documentation * :pencil2: Tweak Co-authored-by: Franck Nijhof --- source/_integrations/webostv.markdown | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/source/_integrations/webostv.markdown b/source/_integrations/webostv.markdown index f0c43aaf982..73bcf41893c 100644 --- a/source/_integrations/webostv.markdown +++ b/source/_integrations/webostv.markdown @@ -153,6 +153,18 @@ The behaviour of the next and previous buttons is different depending on the act - if the source is 'LiveTV' (television): next/previous buttons act as channel up/down - otherwise: next/previous buttons act as next/previous track +### Sound output + +The current sound output of the TV can be found under the state attributes. +To change the sound output, the following service is available: + +#### Service `webostv.select_sound_output` + +| Service data attribute | Optional | Description | +|------------------------|----------|---------------------------------------------------------| +| `entity_id` | no | Target a specific webostv media player. | +| `sound_output` | no | Name of the sound output to switch to. | + ### Generic commands and buttons Available services: `button`, `command`