From daf17147f03d0ad9d516a2e68ebb8722078a02fa Mon Sep 17 00:00:00 2001 From: FL550 Date: Mon, 30 Sep 2024 17:08:41 +0000 Subject: [PATCH] Removes Evaporation from hourly data --- custom_components/dwd_weather/manifest.json | 4 ++-- custom_components/dwd_weather/sensor.py | 2 +- custom_components/dwd_weather/translations/de.json | 2 +- custom_components/dwd_weather/translations/en.json | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/custom_components/dwd_weather/manifest.json b/custom_components/dwd_weather/manifest.json index a8bd52a..6a9bb5d 100644 --- a/custom_components/dwd_weather/manifest.json +++ b/custom_components/dwd_weather/manifest.json @@ -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", @@ -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" ], diff --git a/custom_components/dwd_weather/sensor.py b/custom_components/dwd_weather/sensor.py index 45e822a..13c5230 100644 --- a/custom_components/dwd_weather/sensor.py +++ b/custom_components/dwd_weather/sensor.py @@ -244,7 +244,7 @@ "mdi:waves-arrow-up", False, None, - True, + False, ], } diff --git a/custom_components/dwd_weather/translations/de.json b/custom_components/dwd_weather/translations/de.json index 7b8096d..636deac 100644 --- a/custom_components/dwd_weather/translations/de.json +++ b/custom_components/dwd_weather/translations/de.json @@ -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." } }, diff --git a/custom_components/dwd_weather/translations/en.json b/custom_components/dwd_weather/translations/en.json index 16b1a86..03207c5 100644 --- a/custom_components/dwd_weather/translations/en.json +++ b/custom_components/dwd_weather/translations/en.json @@ -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": {