From 22d8f9519e3e985f073dcad9b916de86c4c59e63 Mon Sep 17 00:00:00 2001 From: Michael <35783820+mib1185@users.noreply.github.com> Date: Mon, 17 May 2021 05:49:31 +0200 Subject: [PATCH] Fix configflow strings for step user in fritz (#50742) --- homeassistant/components/fritz/strings.json | 10 ++++++++++ homeassistant/components/fritz/translations/de.json | 4 ++-- homeassistant/components/fritz/translations/en.json | 10 ++++++++++ 3 files changed, 22 insertions(+), 2 deletions(-) diff --git a/homeassistant/components/fritz/strings.json b/homeassistant/components/fritz/strings.json index c32e9c7bac2..407f08b6ddf 100644 --- a/homeassistant/components/fritz/strings.json +++ b/homeassistant/components/fritz/strings.json @@ -17,6 +17,16 @@ "username": "[%key:common::config_flow::data::username%]", "password": "[%key:common::config_flow::data::password%]" } + }, + "user": { + "title": "Setup FRITZ!Box Tools", + "description": "Setup FRITZ!Box Tools to control your FRITZ!Box.\nMinimum needed: username, password.", + "data": { + "host": "[%key:common::config_flow::data::host%]", + "port": "[%key:common::config_flow::data::port%]", + "username": "[%key:common::config_flow::data::username%]", + "password": "[%key:common::config_flow::data::password%]" + } } }, "abort": { diff --git a/homeassistant/components/fritz/translations/de.json b/homeassistant/components/fritz/translations/de.json index 8fd24fa43dc..c152132900a 100644 --- a/homeassistant/components/fritz/translations/de.json +++ b/homeassistant/components/fritz/translations/de.json @@ -29,7 +29,7 @@ "description": "Aktualisiere die Anmeldeinformationen von FRITZ! Box Tools f\u00fcr: {host} . \n\nFRITZ! Box Tools kann sich nicht bei deiner FRITZ! Box anmelden.", "title": "Aktualisieren der FRITZ! Box Tools - Anmeldeinformationen" }, - "start_config": { + "user": { "data": { "host": "Host", "password": "Passwort", @@ -37,7 +37,7 @@ "username": "Benutzername" }, "description": "Einrichten der FRITZ! Box Tools zur Steuerung Ihrer FRITZ! Box.\n Ben\u00f6tigt: Benutzername, Passwort.", - "title": "Setup FRITZ! Box Tools - obligatorisch" + "title": "Setup FRITZ! Box Tools" } } } diff --git a/homeassistant/components/fritz/translations/en.json b/homeassistant/components/fritz/translations/en.json index f712831021a..2c977b47119 100644 --- a/homeassistant/components/fritz/translations/en.json +++ b/homeassistant/components/fritz/translations/en.json @@ -28,6 +28,16 @@ }, "description": "Update FRITZ!Box Tools credentials for: {host}.\n\nFRITZ!Box Tools is unable to log in to your FRITZ!Box.", "title": "Updating FRITZ!Box Tools - credentials" + }, + "user": { + "data": { + "host": "Host", + "password": "Password", + "port": "Port", + "username": "Username" + }, + "description": "Setup FRITZ!Box Tools to control your FRITZ!Box.\nMinimum needed: username, password.", + "title": "Setup FRITZ!Box Tools" } } }