mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-21 08:16:53 +00:00
Update on onyo.markdown (#11473)
* Update on onyo.markdown
The default source list does not include all sources, and there is an easy way to determine exact source names. In my case, even though my receiver displays "Blu-ray/DVD" on screen, the "bd-dvd" source value was incorrect, and the correct input was "bd", which isn't in the default list, and is also pretty counter-intuitive.
* ✏️ Tweaks
Co-authored-by: Franck Nijhof <frenck@frenck.nl>
This commit is contained in:
parent
12c022a03e
commit
b67fb24128
@ -82,6 +82,12 @@ List of source names:
|
|||||||
- xm
|
- xm
|
||||||
- sirius
|
- sirius
|
||||||
|
|
||||||
|
If your source is not listed above, and you want to figure out how to format that source name so you can map its entry, you can use the `onkyo-eiscp` Python module to discover the exact naming needed. First, change your receiver's source to the one that you need to define, and then run:
|
||||||
|
|
||||||
|
```bash
|
||||||
|
onkyo --host 192.168.0.100 source=query
|
||||||
|
```
|
||||||
|
|
||||||
To find your receivers max volume use the onkyo-eiscp python module set the receiver to its maximum volume
|
To find your receivers max volume use the onkyo-eiscp python module set the receiver to its maximum volume
|
||||||
(don't do this whilst playing something!) and run:
|
(don't do this whilst playing something!) and run:
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user