From d851bd413b86d6a8ee426a6351c54fde8656d7a1 Mon Sep 17 00:00:00 2001 From: Paulus Schoutsen Date: Fri, 28 Oct 2022 09:42:19 -0400 Subject: [PATCH] Remove gitpod instructions (#2399) --- guides/contributing.rst | 26 -------------------------- 1 file changed, 26 deletions(-) diff --git a/guides/contributing.rst b/guides/contributing.rst index e260a563a..93cc0d531 100644 --- a/guides/contributing.rst +++ b/guides/contributing.rst @@ -681,32 +681,6 @@ Standard for the esphome-core codebase: -ESPHome via Gitpod -****************** - -An alternative to a local checkout and build is doing so via `Gitpod `__. -ESPHome will be installed for you and the dashboard wizard will run on startup. - -You can also run the steps manually. - -.. code-block:: bash - - python setup.py install - -To start a command line wizard, run - -.. code-block:: bash - - python esphome my_configuration.yaml wizard - -To get the web-based dashboard, use - -.. code-block:: bash - - python esphome my_configuration.yaml dashboard - -and allow exposing the web app at port 6052. - See Also --------