mirror of
https://github.com/esphome/esphome.git
synced 2024-11-01 08:37:10 +01:00
7 lines
183 B
YAML
7 lines
183 B
YAML
ports:
|
|
- port: 6052
|
|
onOpen: open-preview
|
|
tasks:
|
|
- before: pyenv local $(pyenv version | grep '^3\.' | cut -d ' ' -f 1) && script/setup
|
|
command: python -m esphome config dashboard
|