diff --git a/components/mqtt.rst b/components/mqtt.rst index a62bdd94d..154a492bd 100644 --- a/components/mqtt.rst +++ b/components/mqtt.rst @@ -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 diff --git a/guides/migrate_espeasy.rst b/guides/migrate_espeasy.rst index b0f954d63..1524da252 100644 --- a/guides/migrate_espeasy.rst +++ b/guides/migrate_espeasy.rst @@ -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 ``/.pioenvs//`` folder. There you will find a ``firmware.bin`` file, this is the binary you will upload. diff --git a/guides/migrate_espurna.rst b/guides/migrate_espurna.rst index 09505a24e..ef7dc8f12 100644 --- a/guides/migrate_espurna.rst +++ b/guides/migrate_espurna.rst @@ -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 ``/.pioenvs//`` folder. There you will find a ``firmware.bin`` file, this is the binary you will upload.