19 lines
520 B
JSON
19 lines
520 B
JSON
{
|
|
"config": {
|
|
"step": {
|
|
"user": {
|
|
"data": {
|
|
"api_key": "[%key:common::config_flow::data::api_key%]",
|
|
"name": "[%key:common::config_flow::data::name%]",
|
|
"url": "[%key:common::config_flow::data::url%]",
|
|
"path": "[%key:common::config_flow::data::path%]"
|
|
}
|
|
}
|
|
},
|
|
"error": {
|
|
"cannot_connect": "[%key:common::config_flow::error::cannot_connect%]",
|
|
"invalid_api_key": "[%key:common::config_flow::error::invalid_api_key%]"
|
|
}
|
|
}
|
|
}
|