mirror of https://github.com/home-assistant/core
47 lines
1.1 KiB
JSON
47 lines
1.1 KiB
JSON
{
|
|
"config": {
|
|
"step": {
|
|
"user": {
|
|
"title": "Connect to the modem",
|
|
"data": {
|
|
"device": "[%key:common::config_flow::data::device%]",
|
|
"baud_speed": "Baud Speed"
|
|
}
|
|
}
|
|
},
|
|
"error": {
|
|
"cannot_connect": "[%key:common::config_flow::error::cannot_connect%]",
|
|
"unknown": "[%key:common::config_flow::error::unknown%]"
|
|
},
|
|
"abort": {
|
|
"already_configured": "[%key:common::config_flow::abort::already_configured_device%]",
|
|
"single_instance_allowed": "[%key:common::config_flow::abort::single_instance_allowed%]"
|
|
}
|
|
},
|
|
"entity": {
|
|
"sensor": {
|
|
"bit_error_rate": {
|
|
"name": "Bit error rate"
|
|
},
|
|
"cid": {
|
|
"name": "Cell ID"
|
|
},
|
|
"lac": {
|
|
"name": "Local area code"
|
|
},
|
|
"network_code": {
|
|
"name": "GSM network code"
|
|
},
|
|
"network_name": {
|
|
"name": "Network name"
|
|
},
|
|
"signal_percent": {
|
|
"name": "Signal percent"
|
|
},
|
|
"state": {
|
|
"name": "Network status"
|
|
}
|
|
}
|
|
}
|
|
}
|