Skip to content

Commit

Permalink
Removes Evaporation from hourly data
Browse files Browse the repository at this point in the history
  • Loading branch information
FL550 committed Sep 30, 2024
1 parent 8cff6df commit daf1714
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions custom_components/dwd_weather/manifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"domain": "dwd_weather",
"version": "2.1.11",
"version": "2.1.13",
"name": "Deutscher Wetterdienst (DWD)",
"documentation": "https://github.com/FL550/dwd_weather",
"issue_tracker": "https://github.com/FL550/dwd_weather/issues",
Expand All @@ -10,7 +10,7 @@
"@FL550"
],
"requirements": [
"simple_dwd_weatherforecast==2.1.5",
"simple_dwd_weatherforecast==2.1.6",
"markdownify==0.6.5",
"suntimes==1.1.2"
],
Expand Down
2 changes: 1 addition & 1 deletion custom_components/dwd_weather/sensor.py
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,7 @@
"mdi:waves-arrow-up",
False,
None,
True,
False,
],
}

Expand Down
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 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.",
"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, Verdunstung), 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 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."
"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, evaporation), 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 daf1714

Please sign in to comment.