Added Gitpod documentation (#225)

* Added Gitpod documentation

* Adapted gitpod description

* Line break
This commit is contained in:
gitolicious 2019-04-15 22:04:37 +02:00 committed by Otto Winter
parent 8ccddf7f90
commit 7637e2b552

View File

@ -531,6 +531,32 @@ it in the configuration. Specifically, it may contain these fields:
Run ``pip2 install -e .`` to install a development version of ESPHome.
ESPHome via Gitpod
******************
An alternative to a local checkout and build is doing so via `Gitpod <https://www.gitpod.io>`__.
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
--------