27 lines
642 B
JSON
27 lines
642 B
JSON
{
|
|
"config": {
|
|
"abort": {
|
|
"already_configured": "[%key:common::config_flow::abort::already_configured_device%]"
|
|
},
|
|
"error": {
|
|
"cannot_connect": "[%key:common::config_flow::error::cannot_connect%]",
|
|
"invalid_path": "Directory not found."
|
|
},
|
|
"step": {
|
|
"owserver": {
|
|
"data": {
|
|
"host": "[%key:common::config_flow::data::host%]",
|
|
"port": "[%key:common::config_flow::data::port%]"
|
|
},
|
|
"title": "Set owserver details"
|
|
},
|
|
"user": {
|
|
"data": {
|
|
"type": "Connection type"
|
|
},
|
|
"title": "Set up 1-Wire"
|
|
}
|
|
}
|
|
}
|
|
}
|