mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-23 01:06:52 +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
|
||||
```
|
||||
|
||||
Configuration variables:
|
||||
|
||||
- **name** (*Optional*): Name of the device
|
||||
- **host** (*Required*): IP address or hostname of the device
|
||||
- **port** (*Required*): Port number of Volumio service
|
||||
{% configuration %}
|
||||
name:
|
||||
description: The name of the device.
|
||||
required: false
|
||||
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