From 80ca2afd062125dba2f1cf427d83cc435987dd4a Mon Sep 17 00:00:00 2001 From: Samuel Sieb Date: Thu, 2 Jan 2025 00:35:56 -0800 Subject: [PATCH] fix dashboard start command (#4553) --- guides/getting_started_command_line.rst | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/guides/getting_started_command_line.rst b/guides/getting_started_command_line.rst index 3ceb075fd..6a77f0c49 100644 --- a/guides/getting_started_command_line.rst +++ b/guides/getting_started_command_line.rst @@ -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