From 27f431a02714ee0ca3fe34894a258aa8bc06a818 Mon Sep 17 00:00:00 2001 From: gitolicious Date: Wed, 1 May 2019 20:37:55 +0200 Subject: [PATCH] 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 * Use new setup script Co-authored-by: Otto Winter --- .gitpod.yml | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .gitpod.yml diff --git a/.gitpod.yml b/.gitpod.yml new file mode 100644 index 0000000000..1859ef44e4 --- /dev/null +++ b/.gitpod.yml @@ -0,0 +1,6 @@ +ports: +- port: 6052 + onOpen: open-preview +tasks: +- before: script/setup + command: python -m esphome config dashboard