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": {
|
2020-10-03 13:49:09 +00:00
|
|
|
"already_in_progress": "[%key:common::config_flow::abort::already_in_progress%]",
|
2020-10-08 16:12:04 +00:00
|
|
|
"already_configured": "[%key:common::config_flow::abort::already_configured_device%]",
|
|
|
|
"no_devices_found": "[%key:common::config_flow::abort::no_devices_found%]",
|
2020-04-29 05:17:35 +00:00
|
|
|
"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": {
|
2020-10-08 16:12:04 +00:00
|
|
|
"invalid_auth": "[%key:common::config_flow::error::invalid_auth%]"
|
2020-04-20 13:00:07 +00:00
|
|
|
}
|
|
|
|
}
|
2020-10-03 13:49:09 +00:00
|
|
|
}
|