mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-24 17:57:14 +00:00
Update media player Anthem av (#6818)
* Update media player Anthem av * port description update
This commit is contained in:
parent
8e53c7b7ea
commit
86cce28300
@ -35,11 +35,21 @@ media_player:
|
|||||||
host: IP_ADDRESS
|
host: IP_ADDRESS
|
||||||
```
|
```
|
||||||
|
|
||||||
Configuration variables:
|
{% configuration %}
|
||||||
|
host:
|
||||||
- **host** (*Required*): The host name or the IP address of the device.
|
description: The host name or the IP address of the device.
|
||||||
- **port** (*Optional*): The port number. Defaults to 14999.
|
required: true
|
||||||
- **name** (*Optional*): The name of the device used in the frontend.
|
type: string
|
||||||
|
port:
|
||||||
|
description: The port number of the device.
|
||||||
|
required: false
|
||||||
|
default: 14999
|
||||||
|
type: integer
|
||||||
|
name:
|
||||||
|
description: The name of the device used in the frontend.
|
||||||
|
required: false
|
||||||
|
type: string
|
||||||
|
{% endconfiguration %}
|
||||||
|
|
||||||
## Notes and Limitations
|
## Notes and Limitations
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user