mirror of
https://github.com/home-assistant/core.git
synced 2026-06-11 11:41:42 +02:00
566f631933
Co-authored-by: J. Nick Koston <nick@koston.org>
18 lines
433 B
JSON
18 lines
433 B
JSON
{
|
|
"config": {
|
|
"abort": {
|
|
"already_configured": "[%key:common::config_flow::abort::already_configured_account%]"
|
|
},
|
|
"error":{
|
|
"cannot_connect": "[%key:common::config_flow::error::cannot_connect%]"
|
|
},
|
|
"step": {
|
|
"user": {
|
|
"data": {
|
|
"api_key": "[%key:common::config_flow::data::api_key%]",
|
|
"name": "[%key:common::config_flow::data::name%]"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
} |