#webhooks are not triggering

1 messages · Page 1 of 1 (latest)

umbral plume
#

should I create a forums post for this or what would be a good next step?

umbral plume
#

Summarizing again:

Hello, it's me again. I am doing something wrong with webhook triggers. when testing the trigger, it does nothing and the log states
File "/usr/src/homeassistant/homeassistant/components/webhook/trigger.py", line 55, in async_attach_trigger
async_register(
File "/usr/src/homeassistant/homeassistant/components/webhook/init.py", line 44, in async_register
raise ValueError("Handler is already defined!")
ValueError: Handler is already defined!

What am I doing wrong?

No other automation is using this trigger, issue is happening for every manual created webhook trigger. other webhook triggers, i.e. from alexa integration, are working fine

umbral plume
#

I did delete all manual automations and have the same effect when trying again