From 72f696d25a47746ede77aff731548fba832b53dc Mon Sep 17 00:00:00 2001 From: Jan-Philipp Benecke Date: Thu, 11 Jan 2024 07:38:18 +0100 Subject: [PATCH] Remove deprecated YAML support from freebox (#30727) * Remove deprecated YAML support from freebox * Remove separate section on adding via UI --------- Co-authored-by: c0ffeeca7 <38767475+c0ffeeca7@users.noreply.github.com> --- source/_integrations/freebox.markdown | 31 --------------------------- 1 file changed, 31 deletions(-) diff --git a/source/_integrations/freebox.markdown b/source/_integrations/freebox.markdown index 736a8cd00d8..f58ecbb8f95 100644 --- a/source/_integrations/freebox.markdown +++ b/source/_integrations/freebox.markdown @@ -45,37 +45,6 @@ You can find out your Freebox host and port by opening this address **Devices & Services**. Search for "Freebox", add your host and port, click submit. - -If you add the integration for the first time, follow the instructions in the [Initial setup](#initial-setup) section. - -### Via the configuration file - -```yaml -freebox: - host: foobar.fbxos.fr - port: 1234 -``` - -{% configuration %} -host: - description: The URL of the Freebox. - required: true - type: string -port: - description: The HTTPS port the Freebox is listening on. - required: true - type: string -{% endconfiguration %} - -
- - If you change your Freebox router for a new one, go into your Home Assistant configuration `.storage` folder and delete the "freebox" folder, then add the integration again. - -
- ### Initial setup