Files
core/homeassistant/components/gpsd/strings.json
T

46 lines
1.3 KiB
JSON

{
"config": {
"abort": {
"already_configured": "[%key:common::config_flow::abort::already_configured_service%]",
"cannot_connect": "[%key:common::config_flow::error::cannot_connect%]"
},
"step": {
"user": {
"data": {
"host": "[%key:common::config_flow::data::host%]",
"port": "[%key:common::config_flow::data::port%]"
},
"data_description": {
"host": "The hostname or IP address of GPSD."
}
}
}
},
"entity": {
"sensor": {
"climb": { "name": "Climb" },
"elevation": { "name": "[%key:common::config_flow::data::elevation%]" },
"latitude": { "name": "[%key:common::config_flow::data::latitude%]" },
"longitude": { "name": "[%key:common::config_flow::data::longitude%]" },
"mode": {
"name": "[%key:common::config_flow::data::mode%]",
"state": {
"2d_fix": "2D Fix",
"3d_fix": "3D Fix"
}
},
"time": {
"name": "[%key:component::time_date::selector::display_options::options::time%]"
},
"total_satellites": {
"name": "Total satellites",
"unit_of_measurement": "satellites"
},
"used_satellites": {
"name": "Used satellites",
"unit_of_measurement": "satellites"
}
}
}
}