1
0
mirror of https://github.com/esphome/esphome.git synced 2025-11-01 15:41:52 +00:00

Compare commits

...

2 Commits

Author SHA1 Message Date
Jesse Hills
d407c6fe69 gitpod changes 2022-10-19 20:34:23 +00:00
Jesse Hills
4deef55257 Try run inside esphome container image 2022-10-19 20:15:12 +00:00

View File

@@ -1,8 +1,9 @@
---
image: ghcr.io/esphome/esphome-lint:dev
ports:
- port: 6052
onOpen: open-preview
onOpen: open-browser
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
- before: script/devcontainer-post-create
command: python3 -m esphome dashboard config