mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-13 04:16:48 +00:00
Onkyo media player zones are now auto detected (#5383)
This commit is contained in:
parent
9497e562ee
commit
11cf6f8226
@ -30,6 +30,8 @@ media_player:
|
||||
pc: 'HTPC'
|
||||
```
|
||||
|
||||
If your receiver has second or third zone’s available, they are displayed as additional media players with the same functionality as the main zone.
|
||||
|
||||
{% configuration %}
|
||||
host:
|
||||
description: IP address of the device. Example:`192.168.1.2`. If not specified, the platform will load any discovered receivers.
|
||||
@ -47,14 +49,6 @@ sources:
|
||||
description: A list of mappings from source to source name. Valid sources can be found below. A default list will be used if no source mapping is specified.
|
||||
required: false
|
||||
type: list
|
||||
zone2:
|
||||
description: Enables control for the receiver's second zone.
|
||||
required: false
|
||||
type: bool
|
||||
zone3:
|
||||
description: Enables control for the receiver's third zone.
|
||||
required: false
|
||||
type: bool
|
||||
{% endconfiguration %}
|
||||
|
||||
List of source names:
|
||||
|
Loading…
x
Reference in New Issue
Block a user