Problems with packages

Where you put your
“packages: !include_dir_named packages” ?

Packages - Home Assistant (already linked above) shows it:

homeassistant:
  packages: !include_dir_named packages

What did I do wrong? The error appears even after I deleted the 3d_printer folder from the packages folder.


Screenshot 2024-04-25 at 17.13.19

Please share text as text, not images.

That said, your problem is with the package definition, which you haven’t shared.

homeassistant:
  packages: !include_dir_named packages
# Loads default set of integrations. Do not remove.
default_config:

# Load frontend themes from the themes folder
frontend:
  themes: !include_dir_merge_named themes

automation: !include automations.yaml
script: !include scripts.yaml
scene: !include scenes.yaml


http:
  ssl_certificate: /ssl/fullchain.pem
  ssl_key: /ssl/privkey.pem

Screenshot 2024-04-25 at 19.00.19

Remove the package line under default_config:

Removed and restart VM, but same problem. There is no any 3d_printer folder in packages folder. The error appears even after I deleted the 3d_printer folder from the packages folder.

post the contents of your packages folder. If you have yaml files in there, also post the contents of them.

Thanks for your help. I was able to restore my system using a backup and it’s now working again.