mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-13 12:26:50 +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'
|
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 %}
|
{% configuration %}
|
||||||
host:
|
host:
|
||||||
description: IP address of the device. Example:`192.168.1.2`. If not specified, the platform will load any discovered receivers.
|
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.
|
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
|
required: false
|
||||||
type: list
|
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 %}
|
{% endconfiguration %}
|
||||||
|
|
||||||
List of source names:
|
List of source names:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user