Is it possible to reload rest_command without restarting HA

Hi there,

I’m using some rest_command for sending message and image to my whatsapp group through WHIN service.

All rest_commands are in one separated YAML file, and this YAML file pointed in configuration.yaml like this:

rest_command: !include restcommands.yaml

All commands are working without problem. But when I create additioanl rest_command, I have to restart HA for using newly added rest_command to my automation.

There is no luck reload from Developer Tools > Yaml > All YAML configuration.

Any advice or trick?

Best

1 Like

No, a restart is the only way.

2 Likes

sad to hear that. thank you.

Was missing this feature as well. There’s now a PR open that would add it:

3 Likes