diff --git a/fhem/FHEM/37_harmony.pm b/fhem/FHEM/37_harmony.pm index 8ce192aaf..9ca55ff4e 100644 --- a/fhem/FHEM/37_harmony.pm +++ b/fhem/FHEM/37_harmony.pm @@ -41,6 +41,8 @@ harmony_Initialize($) $hash->{AttrList} = "disable:1 nossl:1 $readingFnAttributes"; $hash->{FW_detailFn} = "harmony_detailFn"; + + $hash->{FW_showStatus} = 1; } #####################################