mirror of
https://github.com/esphome/esphome-docs.git
synced 2024-10-31 08:31:29 +01:00
Flip configuration and command in example (#3615)
Since running `esphome <MY_DEVICE>.yaml compile` generates the warning ``` WARNING Calling ESPHome with the configuration before the command is deprecated and will be removed in the future. WARNING Please instead use: WARNING esphome compile powerplug.yaml ```
This commit is contained in:
parent
359ce8c896
commit
fb6439b62b
@ -42,7 +42,7 @@ From your configuration files folder, run
|
|||||||
|
|
||||||
::
|
::
|
||||||
|
|
||||||
esphome <MY_DEVICE>.yaml compile
|
esphome compile <MY_DEVICE>.yaml
|
||||||
|
|
||||||
replacing ``<MY_DEVICE>.yaml`` with your configuration file and navigate to the ``<MY_DEVICE>/.pioenvs/<MY_DEVICE>/`` folder.
|
replacing ``<MY_DEVICE>.yaml`` with your configuration file and navigate to the ``<MY_DEVICE>/.pioenvs/<MY_DEVICE>/`` folder.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user