From 150148ddfbfd16bfb3fd283353182496efc3f957 Mon Sep 17 00:00:00 2001 From: borisneubert <> Date: Thu, 2 Oct 2014 19:53:20 +0000 Subject: [PATCH] 59_Weather: change icon for condition clear to sunny.png git-svn-id: https://svn.fhem.de/fhem/trunk@6657 2b470e98-0d58-463d-a4d8-8e2adae1ed80 --- fhem/CHANGED | 1 + fhem/FHEM/59_Weather.pm | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) 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