From 78103961f8845ed73e6493f13fe35785b3292cf7 Mon Sep 17 00:00:00 2001 From: On Freund Date: Mon, 27 Jul 2020 10:38:53 +0300 Subject: [PATCH] Update Volumio documentation with config flow (#14093) Co-authored-by: Franck Nijhof --- source/_integrations/volumio.markdown | 40 +++++++++------------------ 1 file changed, 13 insertions(+), 27 deletions(-) diff --git a/source/_integrations/volumio.markdown b/source/_integrations/volumio.markdown index 4f3ce4188c5..ebc5926b61f 100644 --- a/source/_integrations/volumio.markdown +++ b/source/_integrations/volumio.markdown @@ -1,40 +1,26 @@ --- title: Volumio -description: How to set up the Volumio media player platform +description: How to set up the Volumio media player integration ha_category: - Media Player ha_release: 0.41 +ha_iot_class: Local Polling +ha_config_flow: true +ha_codeowners: + - '@OnFreund' ha_domain: volumio --- The `Volumio` platform allows you to control a [Volumio](https://volumio.org/) media player from Home Assistant. -The preferred way to set up the Volumio platform is by enabling the [discovery component](/integrations/discovery/). +## Configuration -In case the discovery does not work, or you need specific configuration variables, you can add the following to your `configuration.yaml` file: +Menu: **Configuration** -> **Integrations**. -```yaml -# Example configuration.yaml entry -media_player: - - platform: volumio - host: homeaudio.local - port: 3000 -``` +In most cases, your Volumio device should be discovered and you'll simply need to click "Configure" to add it to Home Assistant. -{% 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 %} +If it's not discovered, you can click on the `+` sign to add an integration and then click on **Volumio**, and finally input the host and port. + +
+Volumio versions 2.799 and below do not have a unique id when manually configured, so you will not be able to rename your entity or add your device to a area. If discovery does not work for you, it is advised to upgrade Volumio before configuring. +