2020-03-02 00:31:47 +00:00
{
"config" : {
"abort" : {
2022-12-21 00:21:15 +00:00
"already_configured" : "Standort ist bereits konfiguriert" ,
2021-02-03 10:46:49 +00:00
"reauth_successful" : "Die erneute Authentifizierung war erfolgreich"
2020-03-02 00:31:47 +00:00
} ,
"error" : {
2021-02-03 10:46:49 +00:00
"cannot_connect" : "Verbindung fehlgeschlagen" ,
"general_error" : "Unerwarteter Fehler" ,
2021-02-16 00:03:57 +00:00
"invalid_api_key" : "Ung\u00fcltiger API-Schl\u00fcssel" ,
"location_not_found" : "Standort nicht gefunden"
2020-03-02 00:31:47 +00:00
} ,
"step" : {
2021-02-16 00:03:57 +00:00
"geography_by_coords" : {
"data" : {
"api_key" : "API-Schl\u00fcssel" ,
"latitude" : "Breitengrad" ,
"longitude" : "L\u00e4ngengrad"
} ,
"description" : "Verwende die AirVisual Cloud API, um einen L\u00e4ngengrad/Breitengrad zu \u00fcberwachen." ,
"title" : "Konfiguriere einen Standort"
} ,
"geography_by_name" : {
"data" : {
"api_key" : "API-Schl\u00fcssel" ,
"city" : "Stadt" ,
"country" : "Land" ,
"state" : "Bundesland"
} ,
"description" : "Verwende die AirVisual Cloud API, um ein(e) Stadt/Bundesland/Land zu \u00fcberwachen." ,
"title" : "Konfiguriere einen Standort"
} ,
2020-10-18 00:03:28 +00:00
"reauth_confirm" : {
"data" : {
2021-07-22 00:10:31 +00:00
"api_key" : "API-Schl\u00fcssel"
2021-02-16 00:03:57 +00:00
} ,
"title" : "AirVisual erneut authentifizieren"
2020-10-18 00:03:28 +00:00
} ,
2020-04-26 00:02:45 +00:00
"user" : {
2021-07-10 00:09:24 +00:00
"description" : "W\u00e4hle aus, welche Art von AirVisual-Daten du \u00fcberwachen m\u00f6chtest." ,
"title" : "Konfiguriere AirVisual"
2020-03-02 00:31:47 +00:00
}
2020-04-15 16:51:07 +00:00
}
2020-03-24 13:18:47 +00:00
} ,
2022-12-06 00:21:31 +00:00
"entity" : {
"sensor" : {
"pollutant_label" : {
"state" : {
"co" : "Kohlenmonoxid" ,
"n2" : "Stickstoffdioxid" ,
"o3" : "Ozon" ,
"p1" : "PM10" ,
"p2" : "PM2,5" ,
"s2" : "Schwefeldioxid"
}
} ,
"pollutant_level" : {
"state" : {
"good" : "Gut" ,
"hazardous" : "Gef\u00e4hrlich" ,
"moderate" : "M\u00e4\u00dfig" ,
"unhealthy" : "Ungesund" ,
"unhealthy_sensitive" : "Ungesund f\u00fcr sensible Gruppen" ,
"very_unhealthy" : "Sehr ungesund"
}
}
}
} ,
2022-12-21 00:21:15 +00:00
"issues" : {
"airvisual_pro_migration" : {
"description" : "AirVisual Pro-Ger\u00e4te sind jetzt eine eigene Home Assistant-Integration (im Gegensatz zur urspr\u00fcnglichen AirVisual-Integration, die die AirVisual Cloud API verwendet). Das Pro-Ger\u00e4t, das sich unter `{ip_address}` befindet, wurde automatisch migriert.\n\nAls Teil dieser Migration hat sich die Ger\u00e4te-ID des Pro-Ger\u00e4ts von `{old_device_id}` zu `{new_device_id}` ge\u00e4ndert. Bitte aktualisiere diese Automatisierungen, um die neue Ger\u00e4te-ID zu verwenden: {device_automations_string}." ,
"title" : "{ip_address} ist jetzt Teil der AirVisual Pro-Integration"
}
} ,
2020-03-24 13:18:47 +00:00
"options" : {
"step" : {
"init" : {
"data" : {
2021-07-10 00:09:24 +00:00
"show_on_map" : "Zeige die \u00fcberwachte Geografie auf der Karte an"
2020-03-24 13:18:47 +00:00
} ,
2021-07-10 00:09:24 +00:00
"title" : "Konfiguriere AirVisual"
2020-03-24 13:18:47 +00:00
}
}
2020-04-16 20:00:10 +00:00
}
2020-03-02 00:31:47 +00:00
}