mirror of https://github.com/home-assistant/core
26 lines
642 B
JSON
26 lines
642 B
JSON
{
|
|
"config": {
|
|
"step": {
|
|
"user": {
|
|
"data": {
|
|
"sensor_id": "Sensor ID",
|
|
"show_on_map": "Show on map"
|
|
}
|
|
}
|
|
},
|
|
"abort": {
|
|
"already_configured": "[%key:common::config_flow::abort::already_configured_service%]"
|
|
},
|
|
"error": {
|
|
"already_configured": "[%key:common::config_flow::abort::already_configured_service%]",
|
|
"invalid_sensor": "Sensor not available or invalid",
|
|
"cannot_connect": "[%key:common::config_flow::error::cannot_connect%]"
|
|
}
|
|
},
|
|
"entity": {
|
|
"sensor": {
|
|
"pressure_at_sealevel": { "name": "Pressure at sealevel" }
|
|
}
|
|
}
|
|
}
|