mirror of
https://github.com/esphome/esphome-docs.git
synced 2025-01-27 22:31:37 +01:00
Added Gitpod documentation (#225)
* Added Gitpod documentation * Adapted gitpod description * Line break
This commit is contained in:
parent
8ccddf7f90
commit
7637e2b552
@ -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.
|
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
|
See Also
|
||||||
--------
|
--------
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user