From 35421ee8a66c1cfa432820033f2ef61cb67f64fa Mon Sep 17 00:00:00 2001 From: c0ffeeca7 <38767475+c0ffeeca7@users.noreply.github.com> Date: Mon, 18 Dec 2023 13:53:22 +0100 Subject: [PATCH] Radio browser: fix content order (#30393) --- source/_integrations/radio_browser.markdown | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/source/_integrations/radio_browser.markdown b/source/_integrations/radio_browser.markdown index 6ca99ace4d3..edbedf8e5bb 100644 --- a/source/_integrations/radio_browser.markdown +++ b/source/_integrations/radio_browser.markdown @@ -17,6 +17,8 @@ The Radio Browser integration allows you to use the directory of radio stations collected on [Radio Browser](https://www.radio-browser.info) in Home Assistant. +{% include integrations/config_flow.md %} + To start the Radio Browser, in Home Assistant, go to **Media** > **Radio Browser** and select the speaker. ![Starting the radio browser](/images/integrations/radio_browser/radio_browser.png) @@ -24,4 +26,3 @@ You can also use the Radio Browser in automations. When creating an automation, an automation that starts playing your favorite radio station on your Cast devices. -{% include integrations/config_flow.md %}