init
This commit is contained in:
commit
c70b883817
3 changed files with 166 additions and 0 deletions
23
.zed/tasks.json
Normal file
23
.zed/tasks.json
Normal file
|
@ -0,0 +1,23 @@
|
|||
// Static tasks configuration.
|
||||
//
|
||||
// Example:
|
||||
[
|
||||
{
|
||||
"label": "esphome run wifi",
|
||||
"command": "podman run --rm -it -v .:/config ghcr.io/esphome/esphome run dewpoint.yaml",
|
||||
"use_new_terminal": false,
|
||||
"allow_concurrent_runs": false,
|
||||
"reveal": "always",
|
||||
"hide": "never",
|
||||
"shell": "system"
|
||||
},
|
||||
{
|
||||
"label": "esphome run serial",
|
||||
"command": "podman run --rm -it --device=/dev/ttyUSB0 -v .:/config ghcr.io/esphome/esphome run dewpoint.yaml",
|
||||
"use_new_terminal": false,
|
||||
"allow_concurrent_runs": false,
|
||||
"reveal": "always",
|
||||
"hide": "never",
|
||||
"shell": "system"
|
||||
}
|
||||
]
|
Loading…
Add table
Add a link
Reference in a new issue