2020-04-20 13:00:07 +00:00
|
|
|
{
|
|
|
|
"config": {
|
|
|
|
"flow_title": "AVM FRITZ!Box: {name}",
|
|
|
|
"step": {
|
|
|
|
"user": {
|
|
|
|
"description": "Enter your AVM FRITZ!Box information.",
|
|
|
|
"data": {
|
2020-05-12 17:50:44 +00:00
|
|
|
"host": "[%key:common::config_flow::data::host%]",
|
|
|
|
"username": "[%key:common::config_flow::data::username%]",
|
|
|
|
"password": "[%key:common::config_flow::data::password%]"
|
2020-04-20 13:00:07 +00:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"confirm": {
|
|
|
|
"description": "Do you want to set up {name}?",
|
|
|
|
"data": {
|
2020-05-12 17:50:44 +00:00
|
|
|
"username": "[%key:common::config_flow::data::username%]",
|
|
|
|
"password": "[%key:common::config_flow::data::password%]"
|
2020-04-20 13:00:07 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"abort": {
|
|
|
|
"already_in_progress": "AVM FRITZ!Box configuration is already in progress.",
|
|
|
|
"already_configured": "This AVM FRITZ!Box is already configured.",
|
2020-04-29 05:17:35 +00:00
|
|
|
"not_found": "No supported AVM FRITZ!Box found on the network.",
|
|
|
|
"not_supported": "Connected to AVM FRITZ!Box but it's unable to control Smart Home devices."
|
2020-04-20 13:00:07 +00:00
|
|
|
},
|
|
|
|
"error": {
|
|
|
|
"auth_failed": "Username and/or password are incorrect."
|
|
|
|
}
|
|
|
|
}
|
2020-05-12 17:50:44 +00:00
|
|
|
}
|