From dbfa0aa22c283b00c8878d029b66093609b1ebdd Mon Sep 17 00:00:00 2001 From: epenet <6771947+epenet@users.noreply.github.com> Date: Wed, 29 Oct 2025 15:05:51 +0100 Subject: [PATCH] Add missing data_description to sfr_box (#155420) --- homeassistant/components/sfr_box/strings.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/homeassistant/components/sfr_box/strings.json b/homeassistant/components/sfr_box/strings.json index 3fd3d8abe2a..c64d18c2016 100644 --- a/homeassistant/components/sfr_box/strings.json +++ b/homeassistant/components/sfr_box/strings.json @@ -13,6 +13,10 @@ "data": { "password": "[%key:common::config_flow::data::password%]", "username": "[%key:common::config_flow::data::username%]" + }, + "data_description": { + "password": "The password for accessing your SFR box's web interface, the default is the WiFi security key found on the device label", + "username": "The username for accessing your SFR box's web interface, the default is 'admin'" } }, "choose_auth": {