mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-09 18:36:51 +00:00
Update format
This commit is contained in:
parent
95ee0f7839
commit
8be64e8a05
@ -41,17 +41,22 @@ AWS SNS is a notify platform and thus can be controlled by calling the notify se
|
||||
|
||||
If one exists, the SNS Subject will be set to the title. All attributes from the payload except message will be sent as stringified message attributes.
|
||||
|
||||
Setting up SNS within AWS:
|
||||
#### {% linkable_title Setting up SNS within AWS %}
|
||||
|
||||
- Log into your AWS console and under "Security and Identity", select "Identity & Access Management".
|
||||
- On the left hand side, select "Users" then click “Create New Users”. Enter a name here and then click "Create".
|
||||
- You can either download the credentials or click the arrow to display them one time.
|
||||
**Caution** If you do not download them you’ll lose them and will have to recreate a new user.
|
||||
- Copy/Paste the two Keys that you’re provided here in your configuration.yaml respectively.
|
||||
- On the left hand side of the screen go back to “Users” and select the user you just created. On the “Permissions” tab click the “Attach Policy” icon. Search for “SNS” and attach the policy “AmazonSNSFUullAccess”
|
||||
- Back to the AWS Console you now need to find “SNS” and click in to that service. It is under the Mobile Services group.
|
||||
- On the left hand side, select “Topics” then “Create new topic”
|
||||
- On the left hand side, select "Users" then click "Create New Users". Enter a name here and then click "Create".
|
||||
- You can either download the credentials or click the arrow to display them one time.
|
||||
|
||||
<p class='note warning'>
|
||||
If you do not download them you will lose them and will have to recreate a new user.
|
||||
</p>
|
||||
|
||||
- Copy/Paste the two keys that you are provided here in your `configuration.yaml` file respectively.
|
||||
- On the left hand side of the screen go back to "Users" and select the user you just created. On the "Permissions" tab click the "Attach Policy" icon. Search for "SNS" and attach the policy "AmazonSNSFUullAccess".
|
||||
- Back to the AWS Console you now need to find "SNS" and click in to that service. It is under the Mobile Services group.
|
||||
- On the left hand side, select "Topics" then "Create new topic".
|
||||
- Choose a Topic Name and Display Name.
|
||||
- Now check the box next to the Topic you just created and under Actions, select “Subscribe to topic”
|
||||
- In the box that pops up, select the Protocol = SMS and enter in the phone number next to "Endpoint" you wish to SMS. Now click "Create".
|
||||
- Repeat for additional numbers
|
||||
- Back in the "Users" section you’ll see a long alphanumeric line that starts with "arn:" and ends with the Topic Name you chose previously. This is what your “target” in Home Assistant will be.
|
||||
- Now check the box next to the Topic you just created and under Actions, select "Subscribe to topic".
|
||||
- In the box that pops up, select the Protocol = SMS and enter in the phone number next to "Endpoint" you wish to SMS. Now click "Create".
|
||||
- Repeat for additional numbers.
|
||||
- Back in the "Users" section you will see a long alphanumeric line that starts with "arn:" and ends with the Topic Name you choose previously. This is what your "target" in Home Assistant will be.
|
||||
|
Loading…
x
Reference in New Issue
Block a user