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