From 2155218870afaaf5b06ec0308cbbe306983396b6 Mon Sep 17 00:00:00 2001 From: Fredrik Baberg Date: Mon, 5 Feb 2024 13:12:34 +0100 Subject: [PATCH] Update tasks file --- .vscode/tasks.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.vscode/tasks.json b/.vscode/tasks.json index f426c2c..6f51015 100644 --- a/.vscode/tasks.json +++ b/.vscode/tasks.json @@ -4,7 +4,7 @@ { "label": "Start Home Assistant", "type": "shell", - "command": "sudo chmod a+x /usr/bin/supervisor* && sudo -E supervisor_run", + "command": "supervisor_run", "group": { "kind": "test", "isDefault": true @@ -16,4 +16,4 @@ "problemMatcher": [] } ] -} +} \ No newline at end of file