From 7512ac0eee6adfa7a2223fbc8fda04d83e6b5f8f Mon Sep 17 00:00:00 2001 From: stefanru <> Date: Thu, 6 Feb 2025 20:39:23 +0000 Subject: [PATCH] 98_vitoconnect.pm: installationID check at least length 2 git-svn-id: https://svn.fhem.de/fhem/trunk@29628 2b470e98-0d58-463d-a4d8-8e2adae1ed80 --- fhem/CHANGED | 1 + 1 file changed, 1 insertion(+) diff --git a/fhem/CHANGED b/fhem/CHANGED index 2147ccb51..3bbb4116c 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 + - bugfix: 98_vitoconnect.pm: installationID check at least length 2 - change: 76_SolarForecast: minor code changes and fixes - bugfix: 98_vitoconnect.pm: Small bug fixes, removed warnings - change: 59_Weather.pm: remove DarkSkyAPI and add fixes from stefanru