Hi!
For sending some commands to my home assistant, I am using webhooks… For turning on the light in the house, I just send POST request something like https://myhomeassistant.ro/api/webhook/light_on
What I want is to use the local IP instead of domain. How can I do that? If I put https://-- ip of ha : port/api/webhook/light_on, I get error.
I tried putting something in hosts, which points the IP, but it is irrelevant… And I still want to use webhooks, I find this very easy to use
Thanks in advance