mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-18 14:56:53 +00:00
Yamaha Receiver Documentation update for zone_names
. Added information on missing configuration option ignore_zones
. (#4320)
This commit is contained in:
parent
6bad36ef05
commit
f12f5f96ea
@ -36,7 +36,9 @@ Configuration variables:
|
|||||||
default name (often model number) that is returned by the device.
|
default name (often model number) that is returned by the device.
|
||||||
- **host** (*Optional*): IP address or hostname of the device
|
- **host** (*Optional*): IP address or hostname of the device
|
||||||
- **source_ignore** (*Optional*): List of sources to hide in the front-end
|
- **source_ignore** (*Optional*): List of sources to hide in the front-end
|
||||||
- **source_names** (*Optional*): Mapping of internal AVR source names to custom ones, allowing to rename e.g. `HDMI1` to `ChromeCast`
|
- **source_names** (*Optional*): Mapping of internal AVR source names to custom ones, allowing one to rename e.g. `HDMI1` to `ChromeCast`
|
||||||
|
- **zone_ignore** (*Optional*): List of zones to hide in the front-end
|
||||||
|
- **zone_names** (*Optional*): Mapping of zone names to custom ones, allowing one to rename e.g. `Main_Zone` to `Family Room`
|
||||||
|
|
||||||
### {% linkable_title Discovery notes %}
|
### {% linkable_title Discovery notes %}
|
||||||
|
|
||||||
@ -76,6 +78,10 @@ media_player:
|
|||||||
source_names:
|
source_names:
|
||||||
HDMI1: "ChromeCast"
|
HDMI1: "ChromeCast"
|
||||||
AV4: "Vinyl"
|
AV4: "Vinyl"
|
||||||
|
zone_ignore:
|
||||||
|
- "Zone_2"
|
||||||
|
zone_names:
|
||||||
|
Main_Zone: "Family Room"
|
||||||
```
|
```
|
||||||
|
|
||||||
### {% linkable_title Example `play_media` script %}
|
### {% linkable_title Example `play_media` script %}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user