mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-15 21:36:52 +00:00
936 B
936 B
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 variables:
- name (Optional): Name of the device
- host (Required): IP address or hostname of the device
- port (Required): Port number of Volumio service