I use the VSCode add-on to edit the configuration.yaml
Is there a way to get HA to refresh the YAML from VSCode’s terminal? That would make things so much faster and easier.
I use the VSCode add-on to edit the configuration.yaml
Is there a way to get HA to refresh the YAML from VSCode’s terminal? That would make things so much faster and easier.
oh wow thanks, does Reload all integrations include/refer to configuration.yaml?
The same as in the HA Interface, only those configuration parts that have support for reloading.

Is there a way to get rid of the shortcut? It breaks the UI
I have no idea.
AFAIK the VS Code integration has all the same individual options that are listed in Developer Tools > YAML. In fact some are more granular.
Control-Shift-P gets you into the Workspace Command Palate. If you type Reload you see that you can reload the entire configuration or a specific integration (like Reload Groups).
Another handy command is “Check Configuration” which validates the YAML same as the Developer Tools button.
For those who are keyboard driven, not mouse driven.