diff --git a/source/_components/media_player.volumio.markdown b/source/_components/media_player.volumio.markdown new file mode 100644 index 00000000000..f8945adc889 --- /dev/null +++ b/source/_components/media_player.volumio.markdown @@ -0,0 +1,34 @@ +--- +layout: page +title: "Volumio Media Player" +description: "How to set up the Volumio media player platform" +date: 2017-03-04 +sidebar: true +comments: false +sharing: true +footer: true +logo: volumio.png +ha_category: Media Player +ha_release: 0.41 +--- + +The `Volumio` platform allows you to control a [Volumio](http://volumio.org) media player +from Home Assistant. + + +To add a Volumio player to your installation, add the following to +your `configuration.yaml` file. + +```yaml +# Example configuration.yaml entry +media_player: + - platform: volumio + host: homeaudio.local + 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 diff --git a/source/images/supported_brands/volumio.png b/source/images/supported_brands/volumio.png new file mode 100644 index 00000000000..d38ce632e8f Binary files /dev/null and b/source/images/supported_brands/volumio.png differ