Skip to content

Trouble with Install #332

Answered by KixMan28
Clarke44 asked this question in Q&A
Jan 5, 2024 · 1 comments · 1 reply
Discussion options

You must be logged in to vote

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.

packages:
  basis: !include ../components/basis.yaml
  status_led: !include ../components/status_led.yaml
  pulse_meter: !include ../components/pulse_meter.yaml

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

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@klaasnicolaas
Comment options

Answer selected by klaasnicolaas
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants