2020-05-13 13:50:29 +00:00
|
|
|
{
|
|
|
|
"config": {
|
|
|
|
"step": {
|
|
|
|
"user": {
|
|
|
|
"title": "Sign-in with Blink account",
|
|
|
|
"data": {
|
|
|
|
"username": "[%key:common::config_flow::data::username%]",
|
|
|
|
"password": "[%key:common::config_flow::data::password%]"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"2fa": {
|
|
|
|
"title": "Two-factor authentication",
|
|
|
|
"data": { "2fa": "Two-factor code" },
|
2021-03-11 21:18:16 +00:00
|
|
|
"description": "Enter the PIN sent to your email"
|
2020-05-13 13:50:29 +00:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"error": {
|
|
|
|
"invalid_auth": "[%key:common::config_flow::error::invalid_auth%]",
|
2020-08-05 10:21:14 +00:00
|
|
|
"invalid_access_token": "[%key:common::config_flow::error::invalid_access_token%]",
|
|
|
|
"cannot_connect": "[%key:common::config_flow::error::cannot_connect%]",
|
2020-05-13 13:50:29 +00:00
|
|
|
"unknown": "[%key:common::config_flow::error::unknown%]"
|
|
|
|
},
|
|
|
|
"abort": {
|
|
|
|
"already_configured": "[%key:common::config_flow::abort::already_configured_device%]"
|
|
|
|
}
|
2020-06-10 16:38:17 +00:00
|
|
|
},
|
|
|
|
"options": {
|
|
|
|
"step": {
|
|
|
|
"simple_options": {
|
|
|
|
"data": {
|
|
|
|
"scan_interval": "Scan Interval (seconds)"
|
|
|
|
},
|
|
|
|
"title": "Blink options",
|
|
|
|
"description": "Configure Blink integration"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
2020-05-13 13:50:29 +00:00
|
|
|
}
|