Hello may I ask for advice please? I have python script running on other server and I can access Home Assistant OS server from internet.
Is it possible to call HA service over http, that would set color of a bulb or group of bulbs to defined RGB parameters that are sent over http? Does HA core has API that can receive events from net as it receives from lovelace?
I have read about webhooks but I understand I cannot send parameters over webhook.
Hi, I would like to do something like this to give someone the ability to change a light bulb color via url. Are you able to walk me through this? I donât have a python server or know python. I know home assistant and know how to create webhooks, in theory. Is there an easy way to do this? or is it more complicated?