Order of esphome parameters corrected II (#3816)

This commit is contained in:
Carsten Grohmann 2024-05-05 18:07:49 +02:00 committed by GitHub
parent 5266732e88
commit cb230f57d4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 3 additions and 3 deletions

View File

@ -266,7 +266,7 @@ then run the ``mqtt-fingerprint`` script of ESPHome to get the certificate:
.. code-block:: bash
esphome livingroom.yaml mqtt-fingerprint
esphome mqtt-fingerprint livingroom.yaml
> SHA1 Fingerprint: a502ff13999f8b398ef1834f1123650b3236fc07
> Copy above string into mqtt.ssl_fingerprints section of livingroom.yaml

View File

@ -19,7 +19,7 @@ file. Then, generate and download the binary:
.. figure:: images/download_binary.png
- **Using the command line**: run ``esphome livingroom.yaml compile`` (replacing
- **Using the command line**: run ``esphome compile livingroom.yaml`` (replacing
``livingroom.yaml`` with your configuration file of course) and navigate to the
``<NODE_NAME>/.pioenvs/<NODE_NAME>/`` folder. There you will find a ``firmware.bin`` file,
this is the binary you will upload.

View File

@ -20,7 +20,7 @@ file. Then, generate and download the binary:
.. figure:: images/download_binary.png
- **Using the command line**: run ``esphome livingroom.yaml compile`` (replacing
- **Using the command line**: run ``esphome compile livingroom.yaml`` (replacing
``livingroom.yaml`` with your configuration file of course) and navigate to the
``<NODE_NAME>/.pioenvs/<NODE_NAME>/`` folder. There you will find a ``firmware.bin`` file,
this is the binary you will upload.