2020-05-10 02:13:06 +00:00
|
|
|
{
|
|
|
|
"title": "Flick Electric",
|
|
|
|
"config": {
|
|
|
|
"step": {
|
|
|
|
"user": {
|
|
|
|
"title": "Flick Login Credentials",
|
|
|
|
"data": {
|
2020-05-12 17:50:44 +00:00
|
|
|
"username": "[%key:common::config_flow::data::username%]",
|
|
|
|
"password": "[%key:common::config_flow::data::password%]",
|
2020-05-10 02:13:06 +00:00
|
|
|
"client_id": "Client ID (Optional)",
|
|
|
|
"client_secret": "Client Secret (Optional)"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"error": {
|
|
|
|
"cannot_connect": "Failed to connect, please try again",
|
|
|
|
"invalid_auth": "Invalid authentication",
|
|
|
|
"unknown": "Unexpected error"
|
|
|
|
},
|
|
|
|
"abort": {
|
|
|
|
"already_configured": "That account is already configured"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|