mirror of
https://github.com/esphome/esphome.git
synced 2024-10-31 08:25:53 +01:00
27f431a027
* 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>
7 lines
119 B
YAML
7 lines
119 B
YAML
ports:
|
|
- port: 6052
|
|
onOpen: open-preview
|
|
tasks:
|
|
- before: script/setup
|
|
command: python -m esphome config dashboard
|