mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-03-10 09:16:53 +00:00
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
This commit is contained in:
parent
4a789ac404
commit
150148ddfb
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user