From afdfaefe97877c796041ead2fe3ba077e18d211d Mon Sep 17 00:00:00 2001 From: vbs <> Date: Sat, 2 Mar 2019 14:00:08 +0000 Subject: [PATCH] 98_STOCKQUOTES: moved to contrib since it's broken due to termination of Yahoo Finance API git-svn-id: https://svn.fhem.de/fhem/trunk/fhem@18772 2b470e98-0d58-463d-a4d8-8e2adae1ed80 --- CHANGED | 2 ++ {FHEM => contrib}/98_STOCKQUOTES.pm | 0 2 files changed, 2 insertions(+) rename {FHEM => contrib}/98_STOCKQUOTES.pm (100%) diff --git a/CHANGED b/CHANGED index c72a83571..9cff5aadd 100644 --- a/CHANGED +++ b/CHANGED @@ -1,5 +1,7 @@ # 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. + - changed: 98_STOCKQUOTES: moved to contrib since not maintained and broken + due to termination of Yahoo Finance API - feature: 55_DWD_OpenData: new readings alertExcludeEvents, SunAz, SunEl and SunUp support forecast resolution value 1 hour diff --git a/FHEM/98_STOCKQUOTES.pm b/contrib/98_STOCKQUOTES.pm similarity index 100% rename from FHEM/98_STOCKQUOTES.pm rename to contrib/98_STOCKQUOTES.pm