Order of esphome parameters corrected (#3813)

This commit is contained in:
Carsten Grohmann 2024-05-04 12:27:48 +02:00 committed by GitHub
parent 1a221b51a3
commit 5266732e88
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -191,7 +191,7 @@ for docker you need to supply an additional parameter:
.. code-block:: bash
esphome livingroom.yaml run
esphome run livingroom.yaml
# On docker
docker run --rm -v "${PWD}":/config -it ghcr.io/esphome/esphome run livingroom.yaml