add space

This commit is contained in:
joukepouke-personal 2024-05-04 16:09:49 +02:00 committed by GitHub
parent 0d84bb5d6a
commit 4a9c27fc2c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -224,8 +224,8 @@ 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\
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