Pioneer VSX 930 configuration. (#20078)

This commit is contained in:
Guillaume Smith 2021-11-16 01:36:17 +11:00 committed by GitHub
parent c26501724d
commit 7d9adbe581
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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