fix dashboard start command (#4553)

This commit is contained in:
Samuel Sieb 2025-01-02 00:35:56 -08:00 committed by GitHub
parent 3087a6c8ae
commit 80ca2afd06
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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