mirror of
https://github.com/esphome/esphome.git
synced 2025-01-18 20:10:55 +00:00
10 lines
234 B
YAML
10 lines
234 B
YAML
---
|
|
image: ghcr.io/esphome/esphome-lint:dev
|
|
ports:
|
|
- port: 6052
|
|
onOpen: open-browser
|
|
tasks:
|
|
# yamllint disable-line rule:line-length
|
|
- before: script/devcontainer-post-create
|
|
command: python3 -m esphome dashboard config
|