76_SolarForecast: contrib 1.49.6

git-svn-id: https://svn.fhem.de/fhem/trunk@29821 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
nasseeder1 2025-04-03 21:22:06 +00:00
parent f9bce16d67
commit d426e865e4

View File

@ -16595,7 +16595,8 @@ END1
## Home Icon
##############
my $car = CurrentVal ($name, 'autarkyrate', undef);
my $hmtxt = $htitles{autarky}{$lang}.': '.$car.' %';
my $hmtxt = '';
$hmtxt = $htitles{autarky}{$lang}.': '.$car.' %' if(defined $car);
my $hicon = HOMEICONDEF;
if (defined $car && CurrentVal ($name, 'homenodedyncol', 0)) {