From 30d75485a6fe8cff7d50b7bdc4068f5d0b4b9cdb Mon Sep 17 00:00:00 2001 From: Bernhard B Date: Sun, 19 Apr 2020 11:10:02 +0200 Subject: [PATCH 1/2] Update HOMEASSISTANT.md --- doc/HOMEASSISTANT.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/HOMEASSISTANT.md b/doc/HOMEASSISTANT.md index cdffbc1f..d205ff24 100644 --- a/doc/HOMEASSISTANT.md +++ b/doc/HOMEASSISTANT.md @@ -55,7 +55,7 @@ Requirements: * Home Assistant Version >= 0.109 * signal-cli-rest-api build-nr >= 2 - The build number can be checked with: `curl -X GET -H "Content-Type: application/json" 'http://127.0.0.1:8080/v1/about` + The build number can be checked with: `curl -X GET -H "Content-Type: application/json" 'http://127.0.0.1:8080/v1/about'` * your phone number needs to be properly registered (see the "Register phone number" section above on how to do that) A new Signal Messenger group can be created with the following REST API request: From 6abe1d4148eccb7f8c183bda3ecf9d03206cf2cc Mon Sep 17 00:00:00 2001 From: Bernhard B Date: Sat, 25 Apr 2020 09:59:24 +0200 Subject: [PATCH 2/2] Update HOMEASSISTANT.md --- doc/HOMEASSISTANT.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/HOMEASSISTANT.md b/doc/HOMEASSISTANT.md index d205ff24..7053c7bc 100644 --- a/doc/HOMEASSISTANT.md +++ b/doc/HOMEASSISTANT.md @@ -53,7 +53,7 @@ The `signal-cli-rest-api` docker container is also capable of sending messages t Requirements: - * Home Assistant Version >= 0.109 + * Home Assistant Version >= 0.110 * signal-cli-rest-api build-nr >= 2 The build number can be checked with: `curl -X GET -H "Content-Type: application/json" 'http://127.0.0.1:8080/v1/about'` * your phone number needs to be properly registered (see the "Register phone number" section above on how to do that) @@ -72,7 +72,7 @@ Next, use the following endpoint to obtain the group id: ```curl -X GET -H "Content-Type: application/json" 'http://127.0.0.1:8080/v1/groups/'``` -The group id then needs to be added to the Home Assistant `configuration.yaml` file (see [here](https://www.home-assistant.io/integrations/signal_messenger/) for details) +The group id then needs to be added to the Signal Messenger's `recipients` list in the `configuration.yaml`. (see [here](https://www.home-assistant.io/integrations/signal_messenger/) for details) # Troubleshooting In case you've problems with the `signal-cli-rest-api` container, have a look [here](TROUBLESHOOTING.md)