From b15524ff9bef3b7d75df9a398df237fb2bcaba2e Mon Sep 17 00:00:00 2001 From: Thijs van Dijk Date: Wed, 14 Feb 2024 09:45:06 +0100 Subject: [PATCH] Signal messenger: mention the 'mode' parameter (#31339) Notifications will work in any mode, but to trigger events from Signal messages, the add-on cannot be configured in JSON-RPC mode. --- source/_integrations/signal_messenger.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_integrations/signal_messenger.markdown b/source/_integrations/signal_messenger.markdown index 4838e4f6e78..d835fb91ae3 100644 --- a/source/_integrations/signal_messenger.markdown +++ b/source/_integrations/signal_messenger.markdown @@ -70,7 +70,7 @@ recipients: You can use Signal Messenger REST API as a Home Assistant trigger. In this example, we will make a simple chatbot. If you write anything to your Signal account linked to Signal Messenger REST API, the automation gets triggered, with the condition that the number (attribute source) is correct, to take action by sending a Signal notification back with a "Message received!". -To accomplish this, edit the configuration of Home Assistant, adding a [RESTful resource](/integrations/rest/) as follows: +To accomplish this, make sure the addon's `mode` parameter is set to `native` or `normal`, and edit the configuration of Home Assistant, adding a [RESTful resource](/integrations/rest/) as follows: ```yaml - resource: "http://127.0.0.1:8080/v1/receive/"