36 lines
1.0 KiB
JSON
36 lines
1.0 KiB
JSON
{
|
|
"config": {
|
|
"step": {
|
|
"user": {
|
|
"title": "Connect to the modem",
|
|
"data": {
|
|
"device": "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" },
|
|
"signal_strength": {
|
|
"name": "[%key:component::sensor::entity_component::signal_strength::name%]"
|
|
},
|
|
"state": { "name": "Network status" }
|
|
}
|
|
}
|
|
}
|