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:
vaidyasm 2018-10-26 01:07:41 +05:45 committed by Franck Nijhof
parent c23da7e360
commit 32cf88c2ac

View File

@ -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 %}