#Persistent local_only error on webhook trigger despite a correctly configured Nabu Casa URL

1 messages · Page 1 of 1 (latest)

tough field
#

The goal of this automation is to ask my Google Home Speaker "Is today a decaf day?" and if "Decaf Day" appears as an event in my Google Calendar for today, then on the speaker group "Throughout the House" a reply should be heard, either "Yes, today is a decaf Day" or "No, today is not a decaf Day." When the Google Assistant hears "Activate Decaf Day Check" (because I use an IFTTT Webhook), it replies "Ok, activating Decaf Day Check" then nothing. The following appears in the system log:

2025-08-14 11:23:11.703 WARNING (MainThread) [homeassistant.components.webhook] Received remote request for local webhook decaf_day_check

The request is not local, it's coming from a Webhook via IFTTT, so a Nabu Casa remote URL is being used to call decaf_day_check.

plain vale
#

The error is telling you that the webhook is configured to only allow local requests, but HA received a request from the Internet and therefore ignored it.