mirror of
https://github.com/home-assistant/core.git
synced 2025-07-23 05:07:41 +00:00
Fix configflow strings for step user in fritz (#50742)
This commit is contained in:
parent
6b38adaa3d
commit
22d8f9519e
@ -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": {
|
||||
|
@ -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"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -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"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user