diff --git a/VERSION b/VERSION index 3b04cfb..be58634 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.2 +0.3 diff --git a/start.sh b/start.sh index 67f73c1..e3f58a7 100755 --- a/start.sh +++ b/start.sh @@ -1,4 +1,4 @@ #!/bin/bash -/usr/local/bin/homekit2mqtt -v debug -m $DATA_DIR/mapping.json -s $STORAGE_DIR -b $NAME -p $PORT -w $WEBPORT -u $BROKER --insecure -c $PIN +/usr/local/bin/homekit2mqtt -v debug -m $DATA_DIR/mapping.json -s $STORAGE_DIR -b $NAME -n $NAME -p $PORT -w $WEBPORT -u $BROKER --insecure -c $PIN