How do i fix the !include_dir_merged_name untag error?

i noticed for a while i get unknown tag error in studio code server its complaining about this untag error i double check the HA website but it seems ok
but what is wrong??

Hello comet424,

Well in mine I have

homeassistant:
  packages: !include_dir_named ./packages/

the ./ tells it to start the search path inb the current folder, and the trailing / says that the path is a folder.
Strictly speaking those should not be necessary, but I do it anyway.
The most likely problem is that you do not have a folder named packages in the correct place.

  1. Do you have a folder named packages?
  2. Where is it?

ok ill try that as for my themes and packages folder i guess its in the right spot its always loading them… but here is a screen shot

i get this error at the bottom of the page but no issue in the file i can see


i was able to get the errors to go away when i comment out all my settings

ok i got it to work you had to do “yamls/sensor.yaml”. cleaned it up but i found now my weather.yaml is giving errors


what does the legacy syntax errors mean?

ah figured it out apparently things have changed i looked up weather u dont use platform u use trigger

1 Like