mirror of
https://github.com/esphome/esphome.git
synced 2025-01-31 10:10:56 +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
|