From a51de212db194cdb768b5785e520df6bbaf297fe Mon Sep 17 00:00:00 2001 From: Malte Date: Fri, 3 Jan 2025 12:43:14 +0100 Subject: [PATCH] add build task --- .zed/tasks.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.zed/tasks.json b/.zed/tasks.json index 14a033d..e74debf 100644 --- a/.zed/tasks.json +++ b/.zed/tasks.json @@ -2,6 +2,15 @@ // // Example: [ + { + "label": "esphome build", + "command": "podman run --rm -it -v .:/config ghcr.io/esphome/esphome compile dewpoint.yaml", + "use_new_terminal": false, + "allow_concurrent_runs": false, + "reveal": "always", + "hide": "never", + "shell": "system" + }, { "label": "esphome run wifi", "command": "podman run --rm -it -v .:/config ghcr.io/esphome/esphome run dewpoint.yaml",