From c60119a721f038335d05fca88e61a31b198ce763 Mon Sep 17 00:00:00 2001 From: epenet <6771947+epenet@users.noreply.github.com> Date: Tue, 2 Dec 2025 15:30:41 +0100 Subject: [PATCH 1/3] Document installation parameters for SFR Box --- source/_integrations/sfr_box.markdown | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/source/_integrations/sfr_box.markdown b/source/_integrations/sfr_box.markdown index fffe3f5d198a..ed4c44366892 100644 --- a/source/_integrations/sfr_box.markdown +++ b/source/_integrations/sfr_box.markdown @@ -27,6 +27,15 @@ This integration provides the following platforms: {% include integrations/config_flow.md %} +{% configuration_basic %} +Host: + description: "The hostname, IP address, or full URL of your SFR device. This can be an IP, a hostname or a full URL." +Username (optional): + description: "The username for accessing your SFR box's web interface, the default is 'admin'" +Password (optional): + description: "The password for accessing your SFR box's web interface, the default is the WiFi security key found on the device label" +{% endconfiguration_basic %} + ## Compatibility The integration uses the REST API, which is known to be available on models `NB4`, `NB5`, `NB6`, `NB6V`, and `NB6VAC`. From 3669cf26e4598ffd8c24f6c9f4ec59218ec31496 Mon Sep 17 00:00:00 2001 From: epenet <6771947+epenet@users.noreply.github.com> Date: Tue, 2 Dec 2025 15:35:51 +0100 Subject: [PATCH 2/3] Apply suggestions from code review Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --- source/_integrations/sfr_box.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_integrations/sfr_box.markdown b/source/_integrations/sfr_box.markdown index ed4c44366892..aafac35fa8f0 100644 --- a/source/_integrations/sfr_box.markdown +++ b/source/_integrations/sfr_box.markdown @@ -29,7 +29,7 @@ This integration provides the following platforms: {% configuration_basic %} Host: - description: "The hostname, IP address, or full URL of your SFR device. This can be an IP, a hostname or a full URL." + description: "The hostname, IP address, or full URL of your SFR device." Username (optional): description: "The username for accessing your SFR box's web interface, the default is 'admin'" Password (optional): From e1369c090e0bdde0658194725d2d513dfc98eb27 Mon Sep 17 00:00:00 2001 From: c0ffeeca7 <38767475+c0ffeeca7@users.noreply.github.com> Date: Tue, 2 Dec 2025 15:43:21 +0100 Subject: [PATCH 3/3] tiny tweaks --- source/_integrations/sfr_box.markdown | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/_integrations/sfr_box.markdown b/source/_integrations/sfr_box.markdown index aafac35fa8f0..f84139cbaaab 100644 --- a/source/_integrations/sfr_box.markdown +++ b/source/_integrations/sfr_box.markdown @@ -31,9 +31,9 @@ This integration provides the following platforms: Host: description: "The hostname, IP address, or full URL of your SFR device." Username (optional): - description: "The username for accessing your SFR box's web interface, the default is 'admin'" + description: "The username for accessing your SFR box's web interface. The default is 'admin'." Password (optional): - description: "The password for accessing your SFR box's web interface, the default is the WiFi security key found on the device label" + description: "The password for accessing your SFR box's web interface. The default is the Wi-Fi security key found on the device label." {% endconfiguration_basic %} ## Compatibility