diff --git a/fhem/CHANGED b/fhem/CHANGED index 201b1996a..aeb733a96 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: change icon for condition clear to sunny.png - bugfix: 57_Calendar: calendar event anymore in modeAlarmed if started - feature: 57_Calendar: deal with non-existent end times - bugfix: SOMFY: fix non-working on/off-for-timer methods diff --git a/fhem/FHEM/59_Weather.pm b/fhem/FHEM/59_Weather.pm index 1c0f7b5fb..77501dc93 100755 --- a/fhem/FHEM/59_Weather.pm +++ b/fhem/FHEM/59_Weather.pm @@ -48,7 +48,8 @@ my @YahooCodes_en = ( 'mostly cloudy', # day 'partly cloudy', # night 'partly cloudy', # day - 'clear', #night + # see http://forum.fhem.de/index.php?action=post;topic=21375.30 + 'sunny', #clear (night) according to Yahoo API docs, but actually used day and night. 'sunny', 'fair', #night 'fair', #day