diff --git a/FHEM/39_gassistant.pm b/FHEM/39_gassistant.pm index cb1028159..25aad0510 100755 --- a/FHEM/39_gassistant.pm +++ b/FHEM/39_gassistant.pm @@ -422,7 +422,7 @@ gassistant_getCMD($) chomp( $cmd ); if( !$ssh_cmd && !(-X $cmd) ) { - my $msg = "gassistant-fhem not installed. install with 'sudo npm install -g gassistant-fhem'."; + my $msg = "gassistant-fhem not installed. install with 'sudo npm install -g gassistant-fhem --unsafe-perm'."; $msg = "$cmd does not exist" if( $cmd ); return (undef, $msg); } @@ -494,7 +494,7 @@ gassistant_Set($$@) return "usage: set $name $cmd " if( !@args ); my $url = $args[0]; - $url = "Click here to login
"; + $url = "Click here to login (new window/tab)
"; $hash->{".triggerUsed"} = 1;