diff --git a/fhem/FHEM/98_weekprofile.pm b/fhem/FHEM/98_weekprofile.pm index 9cc0f8d43..515eb1cd4 100644 --- a/fhem/FHEM/98_weekprofile.pm +++ b/fhem/FHEM/98_weekprofile.pm @@ -313,7 +313,7 @@ sub weekprofile_Initialize($) $hash->{SetFn} = "weekprofile_Set"; $hash->{StateFn} = "weekprofile_State"; $hash->{NotifyFn} = "weekprofile_Notify"; - $hash->{AttrList} = "widgetWeekdays configFile".$readingFnAttributes; + $hash->{AttrList} = "widgetWeekdays configFile ".$readingFnAttributes; $hash->{FW_summaryFn} = "weekprofile_SummaryFn";