I have the VS Code addon installed to modify configuration.yaml
The following configuration gives me an error in the editor, but it loads fine without an error and also works as expected:
The error I get is âProperty identifiers is not allowedâ.
I assume it is an error in the yaml schema.
My HA Version:
Home Assistant 2023.1.1
Supervisor 2022.12.1
Operating System 9.4
Frontend 20230104.0 - latest
Running in Windows Hyper-V (for testing until my hardware arrives)
OK, I think I have fixed the schema issue, but I have difficulties testing it.
I followed the instructions for local development to build the project and I could start the VSCode instance, but I donât see how I could test it, since I donât see the HA folder contents (itâs on a different machine obviously).
Only copying the configuration.yaml and open it does not work.
I also donât see how I could get the whole directory from the server (I tried a backup, but the structure in there is different, and the VM seems to be quite limited in access).
I also donât see how I could get my instance of the extension on the server.
The fix is verry simple (only 1 line): Comparing keesschollaart81:devâŚosre77:dev ¡ keesschollaart81/vscode-home-assistant (github.com)
Should I just start the pull request?