2020-04-20 13:00:07 +00:00
|
|
|
{
|
|
|
|
"config": {
|
2021-05-11 05:14:33 +00:00
|
|
|
"flow_title": "{name}",
|
2020-04-20 13:00:07 +00:00
|
|
|
"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
|
|
|
}
|
2021-01-28 23:08:59 +00:00
|
|
|
},
|
|
|
|
"reauth_confirm": {
|
|
|
|
"description": "Update your login information for {name}.",
|
|
|
|
"data": {
|
|
|
|
"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%]",
|
2021-01-28 23:08:59 +00:00
|
|
|
"not_supported": "Connected to AVM FRITZ!Box but it's unable to control Smart Home devices.",
|
|
|
|
"reauth_successful": "[%key:common::config_flow::abort::reauth_successful%]"
|
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
|
|
|
}
|
|
|
|
}
|
2021-05-11 05:14:33 +00:00
|
|
|
}
|