1
0
mirror of https://github.com/home-assistant/core.git synced 2026-03-03 16:20:40 +00:00
Files
core/homeassistant/components/luftdaten/strings.json
2020-04-16 12:52:53 -07:00

19 lines
426 B
JSON

{
"config": {
"step": {
"user": {
"title": "Define Luftdaten",
"data": {
"station_id": "Luftdaten Sensor ID",
"show_on_map": "Show on map"
}
}
},
"error": {
"sensor_exists": "Sensor already registered",
"invalid_sensor": "Sensor not available or invalid",
"communication_error": "Unable to communicate with the Luftdaten API"
}
}
}