home-assistant.io/source/_components/media_player.volumio.markdown
vaidyasm 32cf88c2ac 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.
2018-10-25 21:22:41 +02:00

1.1 KiB

layout, title, description, date, sidebar, comments, sharing, footer, logo, ha_category, ha_release
layout title description date sidebar comments sharing footer logo ha_category ha_release
page Volumio Media Player How to set up the Volumio media player platform 2017-03-04 true false true true volumio.png Media Player 0.41

The Volumio platform allows you to control a Volumio media player from Home Assistant.

The preferred way to set up the Volumio platform is by enabling the discovery component.

In case the discovery does not work, or you need specific configuration variables, you can add the following to your configuration.yaml file:

# Example configuration.yaml entry
media_player:
  - platform: volumio
    host: homeaudio.local
    port: 3000

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