mirror of
https://github.com/esphome/esphome.git
synced 2024-11-10 01:07:45 +01:00
Create .gitpod.yml (#508)
* Create .gitpod.yml Configure gitpod to install esphome and run dashboard on startup * Replaced file with folder location Co-Authored-By: gitolicious <mrjchn@gmail.com> * Use new setup script Co-authored-by: Otto Winter <otto@otto-winter.com>
This commit is contained in:
parent
595dfe7e24
commit
27f431a027
1 changed files with 6 additions and 0 deletions
6
.gitpod.yml
Normal file
6
.gitpod.yml
Normal file
|
@ -0,0 +1,6 @@
|
||||||
|
ports:
|
||||||
|
- port: 6052
|
||||||
|
onOpen: open-preview
|
||||||
|
tasks:
|
||||||
|
- before: script/setup
|
||||||
|
command: python -m esphome config dashboard
|
Loading…
Reference in a new issue