Fix configflow strings for step user in fritz (#50742)

This commit is contained in:
Michael 2021-05-17 05:49:31 +02:00 committed by GitHub
parent 6b38adaa3d
commit 22d8f9519e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 22 additions and 2 deletions

View File

@ -17,6 +17,16 @@
"username": "[%key:common::config_flow::data::username%]", "username": "[%key:common::config_flow::data::username%]",
"password": "[%key:common::config_flow::data::password%]" "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": { "abort": {

View File

@ -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.", "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" "title": "Aktualisieren der FRITZ! Box Tools - Anmeldeinformationen"
}, },
"start_config": { "user": {
"data": { "data": {
"host": "Host", "host": "Host",
"password": "Passwort", "password": "Passwort",
@ -37,7 +37,7 @@
"username": "Benutzername" "username": "Benutzername"
}, },
"description": "Einrichten der FRITZ! Box Tools zur Steuerung Ihrer FRITZ! Box.\n Ben\u00f6tigt: Benutzername, Passwort.", "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"
} }
} }
} }

View File

@ -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.", "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" "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"
} }
} }
} }