41 lines
1.1 KiB
JSON
41 lines
1.1 KiB
JSON
{
|
|
"config": {
|
|
"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."
|
|
}
|
|
}
|
|
},
|
|
"abort": {
|
|
"already_configured": "[%key:common::config_flow::abort::already_configured_service%]",
|
|
"cannot_connect": "[%key:common::config_flow::error::cannot_connect%]"
|
|
}
|
|
},
|
|
"entity": {
|
|
"sensor": {
|
|
"mode": {
|
|
"state": {
|
|
"2d_fix": "2D Fix",
|
|
"3d_fix": "3D Fix"
|
|
},
|
|
"state_attributes": {
|
|
"latitude": { "name": "[%key:common::config_flow::data::latitude%]" },
|
|
"longitude": {
|
|
"name": "[%key:common::config_flow::data::longitude%]"
|
|
},
|
|
"elevation": { "name": "Elevation" },
|
|
"gps_time": { "name": "Time" },
|
|
"speed": { "name": "Speed" },
|
|
"climb": { "name": "Climb" },
|
|
"mode": { "name": "Mode" }
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|