From 7d9adbe58147a4a89d3bd89df3a0ebbc023e5735 Mon Sep 17 00:00:00 2001 From: Guillaume Smith Date: Tue, 16 Nov 2021 01:36:17 +1100 Subject: [PATCH] Pioneer VSX 930 configuration. (#20078) --- source/_integrations/pioneer.markdown | 31 +++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) diff --git a/source/_integrations/pioneer.markdown b/source/_integrations/pioneer.markdown index dd226608b3f..7ff95a9f8e4 100644 --- a/source/_integrations/pioneer.markdown +++ b/source/_integrations/pioneer.markdown @@ -58,6 +58,37 @@ Under these lines, you can find some sample `sources` lists per receiver model. Codes must be defined as strings (between single or double quotation marks) so that `05` is not implicitly transformed to `5`, which wouldn't be valid source code. +#### VSX-930 + +```yaml +sources: + 'BD': '25' + 'DVD': '04' + 'SAT': '06' + 'HDMI3': '21' + 'HDMI4': '22' + 'HDMI5': '23' + 'HDMI6 - MHL': '24' + 'Ipod/USB': '17' + 'BT': '33' + 'Tuner': '02' + 'TV': '05' + 'CD': '01' + 'Internet Radio': '38' + 'Media Server': '44' + 'Favourites': '45' + 'Spotify': '53' +``` + +Note that some other functionalities are available, but may not be relevant to use from this integration. A non exhaustive list of them are: +```yaml +sources: +# Correspond to the HDMI button on the remote, which loops over `HDMI3`, `HDMI4`, `HDMI5` and `HDMI6 - MHL` + 'HDMI': '31' +# Correspond to the NET button the remote, which loops over `Internet Radio`, `Media Server`, `Favourites` and `Spotify` + 'NET': '26' +``` + #### VSX-921 ```yaml