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",