2019-07-23 21:40:55 +00:00
|
|
|
{
|
2020-04-05 15:27:16 +00:00
|
|
|
"config": {
|
|
|
|
"step": {
|
|
|
|
"user": {
|
|
|
|
"title": "Enter Username and Password",
|
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
|
|
|
}
|
2020-04-05 15:27:16 +00:00
|
|
|
}
|
|
|
|
},
|
2020-05-12 17:50:44 +00:00
|
|
|
"error": {
|
2020-10-06 18:00:07 +00:00
|
|
|
"invalid_auth": "[%key:common::config_flow::error::invalid_auth%]"
|
2020-05-12 17:50:44 +00:00
|
|
|
},
|
|
|
|
"abort": {
|
2020-10-06 18:00:07 +00:00
|
|
|
"single_instance_allowed": "[%key:common::config_flow::abort::single_instance_allowed%]"
|
2020-05-12 17:50:44 +00:00
|
|
|
}
|
2020-04-05 15:27:16 +00:00
|
|
|
}
|
2020-10-06 18:00:07 +00:00
|
|
|
}
|