mirror of
https://github.com/esphome/esphome.git
synced 2024-11-22 11:47:30 +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
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 New Issue
Block a user