diff --git a/FHEM/59_Weather.pm b/FHEM/59_Weather.pm index 548a3dcff..e865f8960 100755 --- a/FHEM/59_Weather.pm +++ b/FHEM/59_Weather.pm @@ -262,7 +262,7 @@ sub Weather_Define($$) { if(int(@a) < 3 && int(@a) > 5); $hash->{STATE} = "Initialized"; - $hash->{internals}{interfaces}= "temperature:humidity:wind"; + $hash->{fhem}{interfaces}= "temperature;humidity;wind"; my $name = $a[0]; my $location = $a[2];