Skip to content

Commit

Permalink
Clarification of missing entities in hourly update
Browse files Browse the repository at this point in the history
  • Loading branch information
FL550 committed Sep 30, 2024
1 parent 5b0743d commit 8cff6df
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion custom_components/dwd_weather/translations/de.json
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@
"station_name": "Der angezeigte Stationsname",
"wind_direction_type": "Betrifft den Sensorwert für die Windrichtung",
"interpolate": "Da die Daten nur stündlich verfügbar sind, kann es sein, dass 'Sprünge' in den angezeigten Werten auftreten. Mit dieser Option werden die Daten linear interpoliert.",
"hourly_update": "Normalerweise werden die Wetterdaten alle 6 Stunden aktualisiert. Der DWD bietet aber auch eine stündliche Aktualisierung der Daten an, allerdings erhöht das die Datennutzung erheblich (~37MB vs. ~0.17MB an Download-Daten), da die Sensorwerte für alle verfügbaren Stationen in der stündlichen Aktualisierung enthalten sind.",
"hourly_update": "Normalerweise werden die Wetterdaten alle 6 Stunden aktualisiert. Der DWD bietet aber auch eine stündliche Aktualisierung der Daten an bei denen ein paar Informationen fehlen (Niederschlagswahrscheinlichkeit, Niederschlagsdauer), allerdings erhöht das die Datennutzung erheblich (~37MB vs. ~0.17MB an Download-Daten), da die Sensorwerte für alle verfügbaren Stationen in der stündlichen Aktualisierung enthalten sind.",
"map_options_message": "Aktuell ist es nicht möglich, eine Karte zu konfigurieren. Bitte lösche stattdessen die Karte und füge sie mit den gewünschten Einstellungen erneut hinzu."
}
},
Expand Down
2 changes: 1 addition & 1 deletion custom_components/dwd_weather/translations/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@
"station_name": "This is the displayed name of the station.",
"wind_direction_type": "This affects the sensor value for the wind direction.",
"interpolate": "As the values are only provided on an hourly basis, there might be jumps in the displayed values. With this option, the data will be smoothed.",
"hourly_update": "Normally the weather is updated every 6 hours. DWD provides an hourly data update as well, this will however increase data usage significantly as the sensor values are bundled in the hourly update (~37MB vs. ~0.17MB of download per update). Keep in mind, that this obviously also slows down the update of new values."
"hourly_update": "Normally the weather is updated every 6 hours. DWD provides an hourly data update as well with some information missing (precipitation probability, precipitiation duration), this will however increase data usage significantly as the sensor values are bundled in the hourly update (~37MB vs. ~0.17MB of download per update). Keep in mind, that this obviously also slows down the update of new values."
}
},
"select_map_type": {
Expand Down

0 comments on commit 8cff6df

Please sign in to comment.