Get HA to reload YAML from VSCode terminal

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.

1 Like

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.

The F1 key or the right click and select command pallet to get the menu.

is what I use.

image

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.