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:
gitolicious 2019-05-01 20:37:55 +02:00 committed by Otto Winter
parent 595dfe7e24
commit 27f431a027

6
.gitpod.yml Normal file
View File

@ -0,0 +1,6 @@
ports:
- port: 6052
onOpen: open-preview
tasks:
- before: script/setup
command: python -m esphome config dashboard