mirror of
https://github.com/esphome/esphome-docs.git
synced 2025-02-19 02:11:24 +01:00
fix dashboard start command (#4553)
This commit is contained in:
parent
3087a6c8ae
commit
80ca2afd06
@ -224,8 +224,10 @@ To start the ESPHome dashboard, simply start ESPHome with the following command
|
||||
.. code-block:: bash
|
||||
|
||||
# Install dashboard dependencies
|
||||
pip install tornado esptool \
|
||||
esphome dashboard config
|
||||
pip install tornado esptool
|
||||
|
||||
# Start the dashboard
|
||||
esphome dashboard config
|
||||
|
||||
# On Docker, host networking mode is required for online status indicators
|
||||
docker run --rm --net=host -v "${PWD}":/config -it ghcr.io/esphome/esphome
|
||||
|
Loading…
Reference in New Issue
Block a user