diff --git a/source/_posts/2023-05-03-release-20235.markdown b/source/_posts/2023-05-03-release-20235.markdown index 5345e04a365..f8a969d225d 100644 --- a/source/_posts/2023-05-03-release-20235.markdown +++ b/source/_posts/2023-05-03-release-20235.markdown @@ -147,20 +147,17 @@ and a language selectors. - Proof read/spelling/grammar - Replace screenshot -{% enddetails %} +## Webhooks trigger options Webhooks have been extended this release. We now have support for webhooks that use the `GET` HTTP method! -But that is not all, thanks to [@esev], we also have some new security related -features to our webhook triggers. You can now set which HTTP methods you -webhook trigger work with, and the ability to limit webhooks to work only on +But that is not all. Thanks to [@esev], we also got some new security features +for our webhook triggers. You can now set which HTTP methods your +webhook trigger work with and the ability to limit webhooks to only work on your local network. -

- -Temporary screenshot that needs to be replaced. -

+Screenshot showing the new options available on a Webhook automation trigger. ## Configuring the LEDs of your Home Assistant Yellow diff --git a/source/images/blog/2023-05/webhook-trigger-settings.png b/source/images/blog/2023-05/webhook-trigger-settings.png new file mode 100644 index 00000000000..6da20bff235 Binary files /dev/null and b/source/images/blog/2023-05/webhook-trigger-settings.png differ