#webhooks are not triggering
1 messages · Page 1 of 1 (latest)
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
sample automation: https://dpaste.org/rx7yU
I did delete all manual automations and have the same effect when trying again