diff --git a/fhem/CHANGED b/fhem/CHANGED index c6206811f..2c83b302b 100644 --- a/fhem/CHANGED +++ b/fhem/CHANGED @@ -1,5 +1,6 @@ # Add changes at the top of the list. Keep it in ASCII, and 80-char wide. # Do not insert empty lines here, update check depends on it + - change: 59_Weather.pm: remove DarkSkyAPI and add fixes from stefanru - bugfix: 76_SolarForecast: minor fixes of Version 1.45.0 - feature: 76_SolarForecast: Version 1.45.0 rollout - bugfix: 76_SolarForecast: fix https://forum.fhem.de/index.php?msg=1332421 diff --git a/fhem/FHEM/59_Weather.pm b/fhem/FHEM/59_Weather.pm index a7af721d5..7ff2530d4 100755 --- a/fhem/FHEM/59_Weather.pm +++ b/fhem/FHEM/59_Weather.pm @@ -2,7 +2,7 @@ ############################################################################## # # 59_Weather.pm -# (c) 2009-2024 Copyright by Dr. Boris Neubert +# (c) 2009-2025 Copyright by Dr. Boris Neubert # e-mail: omega at online dot de # # Contributors: @@ -74,7 +74,7 @@ __END__

Weather