switch argument order (#1280)

`esphome` told me:

```
WARNING Calling ESPHome with the configuration before the command is deprecated and will be removed in the future. 
WARNING Please instead use:
WARNING    esphome wizard livingroom.yaml
```
This commit is contained in:
Peter van Dijk 2021-06-28 21:49:25 +02:00 committed by GitHub
parent 6824f59c0b
commit 5ee72a2477
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -38,7 +38,7 @@ file called ``livingroom.yaml``:
.. code-block:: bash
esphome livingroom.yaml wizard
esphome wizard livingroom.yaml
# On Docker:
docker run --rm -v "${PWD}":/config -it esphome/esphome wizard livingroom.yaml