2019-01-28 23:35:39 +00:00
|
|
|
{
|
|
|
|
"config": {
|
|
|
|
"step": {
|
|
|
|
"user": {
|
|
|
|
"title": "Fill in your information",
|
2020-05-12 17:50:44 +00:00
|
|
|
"data": {
|
|
|
|
"api_key": "[%key:common::config_flow::data::api_key%]",
|
|
|
|
"app_key": "Application Key"
|
|
|
|
}
|
2019-01-28 23:35:39 +00:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"error": {
|
2020-10-06 08:15:11 +00:00
|
|
|
"invalid_key": "[%key:common::config_flow::error::invalid_api_key%]",
|
2019-01-28 23:35:39 +00:00
|
|
|
"no_devices": "No devices found in account"
|
2020-02-25 05:37:38 +00:00
|
|
|
},
|
2020-05-12 17:50:44 +00:00
|
|
|
"abort": {
|
2020-10-06 08:15:11 +00:00
|
|
|
"already_configured": "[%key:common::config_flow::abort::already_configured_service%]"
|
2020-05-12 17:50:44 +00:00
|
|
|
}
|
2019-01-28 23:35:39 +00:00
|
|
|
}
|
2020-10-06 08:15:11 +00:00
|
|
|
}
|