mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-15 13:26:54 +00:00
Clarify Onkyo Name parameter (#695)
The "name" parameter said it was "optional, required if host is specified," which is kind of confusing since, as far as I can tell, name is completely ignored if you don't specify the host. Unless I'm missing something, @danieljkemp ?
This commit is contained in:
parent
3864b538e3
commit
2385812723
@ -31,7 +31,7 @@ media_player:
|
||||
```
|
||||
Configuration variables:
|
||||
- **host** (*Optional*): IP address of the device. Example:`192.168.1.2` If not specified, the platform will load any discovered receivers.
|
||||
- **name** (*Optional, required if host is specified*): Name of the device
|
||||
- **name** (*Required if host is specified*): Name of the device
|
||||
- **sources** (*Optional*): 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.
|
||||
|
||||
List of source names:
|
||||
|
Loading…
x
Reference in New Issue
Block a user