mirror of
https://github.com/Threnklyn/esphome-dev.git
synced 2026-05-18 20:23:27 +02: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
|