2019-10-06 11:05:51 +00:00
|
|
|
{
|
2020-04-05 15:27:16 +00:00
|
|
|
"config": {
|
|
|
|
"step": {
|
|
|
|
"user": {
|
|
|
|
"title": "Neato Account Info",
|
|
|
|
"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-05 15:27:16 +00:00
|
|
|
"vendor": "Vendor"
|
2019-10-06 11:05:51 +00:00
|
|
|
},
|
2020-04-05 15:27:16 +00:00
|
|
|
"description": "See [Neato documentation]({docs_url})."
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"error": {
|
2020-10-03 00:42:07 +00:00
|
|
|
"invalid_auth": "[%key:common::config_flow::error::invalid_auth%]",
|
|
|
|
"unknown": "[%key:common::config_flow::error::unknown%]"
|
2020-04-05 15:27:16 +00:00
|
|
|
},
|
2020-05-12 17:50:44 +00:00
|
|
|
"create_entry": {
|
|
|
|
"default": "See [Neato documentation]({docs_url})."
|
|
|
|
},
|
2020-04-05 15:27:16 +00:00
|
|
|
"abort": {
|
2020-10-03 00:42:07 +00:00
|
|
|
"already_configured": "[%key:common::config_flow::abort::already_configured_device%]",
|
|
|
|
"invalid_auth": "[%key:common::config_flow::error::invalid_auth%]"
|
2019-10-06 11:05:51 +00:00
|
|
|
}
|
2020-04-05 15:27:16 +00:00
|
|
|
}
|
2020-05-12 17:50:44 +00:00
|
|
|
}
|