Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Bernhard B committed Apr 25, 2020
2 parents a2eb691 + 6abe1d4 commit 023862f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions doc/HOMEASSISTANT.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,9 +53,9 @@ 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`
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:
Expand All @@ -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/<number>'```

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)

0 comments on commit 023862f

Please sign in to comment.