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:
Sjors 2024-02-19 23:16:09 +01:00 committed by GitHub
parent 359ce8c896
commit fb6439b62b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -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.