19 lines
438 B
JSON
19 lines
438 B
JSON
|
{
|
||
|
"config": {
|
||
|
"step": {
|
||
|
"user": {
|
||
|
"data": {
|
||
|
"host": "[%key:common::config_flow::data::host%]"
|
||
|
}
|
||
|
}
|
||
|
},
|
||
|
"error": {
|
||
|
"cannot_connect": "[%key:common::config_flow::error::cannot_connect%]"
|
||
|
},
|
||
|
"abort": {
|
||
|
"existing_instance_updated": "Updated existing configuration.",
|
||
|
"already_configured": "[%key:common::config_flow::abort::already_configured_service%]"
|
||
|
}
|
||
|
}
|
||
|
}
|