mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-23 09:17:06 +00:00
Pioneer VSX 930 configuration. (#20078)
This commit is contained in:
parent
c26501724d
commit
7d9adbe581
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user