mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-23 09:17:06 +00:00
Update Documentation for 'Volumio' Media Player Component Configuration (#7030)
* Update Documentation for 'Volumio' Media Player Component Configuration * Update description sentence style. * Adds default values Default values are obtained from https://github.com/home-assistant/home-assistant/blob/master/homeassistant/components/media_player/volumio.py lines 32 through 34.
This commit is contained in:
parent
c23da7e360
commit
32cf88c2ac
@ -26,8 +26,20 @@ media_player:
|
|||||||
port: 3000
|
port: 3000
|
||||||
```
|
```
|
||||||
|
|
||||||
Configuration variables:
|
{% configuration %}
|
||||||
|
name:
|
||||||
- **name** (*Optional*): Name of the device
|
description: The name of the device.
|
||||||
- **host** (*Required*): IP address or hostname of the device
|
required: false
|
||||||
- **port** (*Required*): Port number of Volumio service
|
default: Volumio
|
||||||
|
type: string
|
||||||
|
host:
|
||||||
|
description: The IP address or hostname of the device.
|
||||||
|
required: true
|
||||||
|
default: localhost
|
||||||
|
type: string
|
||||||
|
port:
|
||||||
|
description: The Port number of Volumio service.
|
||||||
|
required: true
|
||||||
|
default: 3000
|
||||||
|
type: integer
|
||||||
|
{% endconfiguration %}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user