I’m also getting this error. It only started appearing after I updated to the latest Studio Code Server. My guess is it will be fixed in the next update. So far since nothing is actually broken HA works fine
I’m joining the crowd here also with this recently new error message. I use a separate config file for light groups. In the file I designate a platform: switch, which returns an error, “Unable to load schema from ‘http://schemas.home-assistant.io/integration-light’: No content.”
Reading other threads, it sounds like this is a bug in Studio Code Server. Everything seems to be working fine despite the error.
It is just a warning that VisualStudio cannot find the info belonging to the entry, but there is nothing with the entry itself…
I think this ia work in progress
This appears to be a ‘bug’ introduced in the VS Code home assistant config checker plugin (that provides syntax checking of the HA YAML files and snippets to auto-fill when working in those files) with version 1.35.1.
If you’re using the plugin from your Home Assistant server (via the add-on) this plugin is auto-installed (bundled) within the add-on so the only work around is to restore the add-on from a backup (to an older version).
If you’ve installed the plugin into VS Code, you can downgrade to an earlier version as a work around.
Thanks @excalbian for summarizing the issue and what version it started appearing in. That gave me the information I needed to submit a fix which has now been merged and released.