mirror of
https://github.com/esphome/esphome.git
synced 2024-11-02 08:40:55 +01:00
9 lines
238 B
YAML
9 lines
238 B
YAML
---
|
|
ports:
|
|
- port: 6052
|
|
onOpen: open-preview
|
|
tasks:
|
|
# yamllint disable-line rule:line-length
|
|
- before: pyenv local $(pyenv version | grep '^3\.' | cut -d ' ' -f 1) && script/setup
|
|
command: python -m esphome dashboard config
|