diff --git a/fhem/FHEM/37_harmony.pm b/fhem/FHEM/37_harmony.pm index df4762dd7..3bc9ce807 100644 --- a/fhem/FHEM/37_harmony.pm +++ b/fhem/FHEM/37_harmony.pm @@ -49,9 +49,11 @@ harmony_Initialize($) $hash->{AttrFn} = "harmony_Attr"; $hash->{AttrList} = "disable:1 nossl:1 forceWebSocket:1 $readingFnAttributes"; - $hash->{FW_detailFn} = "harmony_detailFn"; + #$hash->{FW_detailFn} = "harmony_detailFn"; - $hash->{FW_showStatus} = 1; + $hash->{FW_deviceOverview} = 1; + + $hash->{startDiscovery} = "harmony_startDiscovery"; } #####################################