Many errors in my automations.yaml file - what is happening

When I open my automations.yaml file with the Studio Code Server plugin in Home Assistant I see many many errors listed. But I don’t notice any problems when execution the different automations.

See screenshot. Any idea where this is originating from?

When I go into the automations configurations I don’t see those error messages.

It always does that. I think I read somewhere it is just way out of date or something. haven’t bothered using studio code for some time due to this.

1 Like

The Home Assistant Helper VSCode extension is so out of date as to be useless. Disable it. See: patternWarning · Issue #1054 · hassio-addons/addon-vscode · GitHub

Disabling it makes coloring go away, so code becomes hard(er) to read. I disabled warnings instead:
settings, enter in search field:

@id:problems.visibility

and untick it.

I’m not sure if that disables some other (important) warnings, though, but i’m trying to switch to blueprint studio anyway. More lightweight (doesn’t eat up memory) and, what’s even better: github push, so whatever i do i have a backup of old versions. So far it looks promising.

1 Like

THanks for your feedback. Do you already suggest to switch from Studio Code Server to “blueprint studio”?

@Protoncek : Tried to search for this config parameter: @id:problems.visibility but don’t understand exactly where to search. Can you explain where to add this config parameter?

hm… do you have it here:


If not… then i guess i must added something in the past in VScode’s settings file… but god only knows what… anyone know where VSCode’s settings file is stored?

I’d say try for yourself and see if it fits you. As far as i’m concerned it’s pretty similar. It doesn’t have mdi icons at the bottom, for one, but that’s minor for me. As said, what i love most is github push.

1 Like

Excellent, found it. Thanks for the support.

1 Like

Or just click on the extension and update it.
My code server seems fine with the version of Home Assistant Helper…

I had a problem and got a bunch of that stuff quite a while ago (months), and I spotted that HA Helper inside the App had an update, I updated it, and it’s been fine since.
I have Frenck’s Code Server App I’m working with.