Hi there, im a bit new to HA, in the start of line. Ive managed to connect some devices, and got them to work using webhooks.
I see that HA ios App has buttons in the iphone widget area. Im trying to create , but cant get them working. How do i do that.
So in the app when creating a widget it gives a template
The triggers in your screenshot there are using the âwebhookâ platform, but you want to use something similar to the example the app is showing you.
i showed my automations that im using with webhook, they work good and i want it to work without a webhook third party server. I want it to work directly to HA ip by its ios App.
Can someone help me give the correct way i can do that?
Might be be worth checking what payload youâre receiving. If you go to events in developer tools at the bottom you can listen for events for debugging. If you enter ios.event_fired where it says âevent to subscribe toâ the click âstart listeningâ. Then try the action on your phone and see what come up there