-
Hi , Trying to install on a ESP32. I have copied the esp32.yaml into the homeassistant ESPHome folder, if I try and install or validate the code I get the below error? not sure what I'm doing wrong. `INFO ESPHome 2023.12.5 Error reading file /config/esphome/../components/basis.yaml: [Errno 2] No such file or directory: '/config/esphome/../components/basis.yaml'` |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Hi @Clarke44 ! I think you need to copy the "Components" folder with its content to the "esphome" folder, where you already copied the "esp32.yaml" file, because the esp32.yaml file contains "!include" commands pointing to the files in the "components" folder.
The setup description explains the old way of installing the files, when all the yaml was contained in one file (home_assistant_glow.yaml). If it still doesn't work, then move the "components" folder one level up in the config folder |
Beta Was this translation helpful? Give feedback.
Hi @Clarke44 ! I think you need to copy the "Components" folder with its content to the "esphome" folder, where you already copied the "esp32.yaml" file, because the esp32.yaml file contains "!include" commands pointing to the files in the "components" folder.
The setup description explains the old way of installing the files, when all the yaml was contained in one file (home_assistant_glow.yaml).
If it still doesn't work, then move the "components" folder one level up in the config folder