Hi,
I can’t call a script with IFTTT webhook and this thing make me crazy.
System HassOS 3.12
Home Assistant 0.106.5
HW Raspberry PI4
I have configured IFTTT webhook under Integration and copy webhook_id
I have configured automation.yaml like that
- alias: "Receive information from IFTTT"
trigger:
- platform: event
event_type: ifttt_webhook_received
event_data:
action: call_service
action:
- service_template: '{{ trigger.event.data.service }}'
data_template:
entity_id: '{{ trigger.event.data.entity_id }}'
Here my IFTTT applet with the webhook id at the end of URL
I have absolutly nothing in log and in activity ifttt it seems ok.
Someone could help me please ?
Thanks