2019-10-13 18:01:04 +00:00
|
|
|
{
|
|
|
|
"config": {
|
|
|
|
"step": {
|
|
|
|
"user": {
|
|
|
|
"title": "Fill in your Abode login information",
|
2020-05-12 16:08:07 +00:00
|
|
|
"data": {
|
|
|
|
"username": "[%key:common::config_flow::data::email%]",
|
2020-05-12 17:50:44 +00:00
|
|
|
"password": "[%key:common::config_flow::data::password%]"
|
2020-05-12 16:08:07 +00:00
|
|
|
}
|
2019-10-13 18:01:04 +00:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"error": {
|
2020-10-02 19:59:55 +00:00
|
|
|
"invalid_auth": "[%key:common::config_flow::error::invalid_auth%]",
|
|
|
|
"cannot_connect": "[%key:common::config_flow::error::cannot_connect%]"
|
2019-10-13 18:01:04 +00:00
|
|
|
},
|
|
|
|
"abort": {
|
2020-10-02 19:59:55 +00:00
|
|
|
"single_instance_allowed": "[%key:common::config_flow::abort::single_instance_allowed%]"
|
2019-10-13 18:01:04 +00:00
|
|
|
}
|
|
|
|
}
|
2020-05-12 17:50:44 +00:00
|
|
|
}
|