1
0
mirror of https://github.com/home-assistant/core.git synced 2026-05-20 07:20:14 +01:00
Files
core/homeassistant/components/luftdaten/strings.json
T

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."
}
}
}