mirror of
https://github.com/esphome/esphome-docs.git
synced 2025-03-01 03:51:36 +01:00
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:
parent
6824f59c0b
commit
5ee72a2477
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user