Files
core/homeassistant/components/luftdaten/strings.json
2026-04-12 12:04:27 +00:00

37 lines
1.0 KiB
JSON

{
"config": {
"abort": {
"already_configured": "[%key:common::config_flow::abort::already_configured_service%]"
},
"error": {
"already_configured": "[%key:common::config_flow::abort::already_configured_service%]",
"cannot_connect": "[%key:common::config_flow::error::cannot_connect%]",
"invalid_sensor": "Sensor not available or invalid"
},
"step": {
"user": {
"data": {
"sensor_id": "Sensor ID",
"show_on_map": "Show on map"
}
}
}
},
"entity": {
"sensor": {
"pressure_at_sealevel": { "name": "Pressure at sea level" }
}
},
"exceptions": {
"communication_error": {
"message": "An error occurred while communicating with the Sensor.Community service."
},
"no_data_received": {
"message": "Did not receive sensor data from the Sensor.Community service."
},
"unknown_error": {
"message": "An unknown error occurred while communicating with the Sensor.Community service."
}
}
}