mirror of
https://github.com/home-assistant/core.git
synced 2025-12-25 21:47:08 +00:00
* Move file to new location * Update requirement * Enable config flow * Add luftdaten * Add tests * Update * Add constants * Changes according to the review comments * Remove wrong entry from flows * Fix dict handling * Add callback and use OrderedDict * Remve leftover * Fix * Remove await
21 lines
453 B
JSON
21 lines
453 B
JSON
{
|
|
"config": {
|
|
"title": "Luftdaten",
|
|
"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"
|
|
}
|
|
}
|
|
}
|