mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-18 23:06:58 +00:00
Add required scope in Slack docs (#25195)
Co-authored-by: Aaron Bach <bachya1208@gmail.com>
This commit is contained in:
parent
9822ccb1a0
commit
48a6e77a76
@ -24,7 +24,7 @@ The `slack` platform allows you to deliver notifications from Home Assistant to
|
||||
|
||||
1. Create a [new app](https://api.slack.com/apps) under your Slack.com account.
|
||||
2. Click the `OAuth & Permissions` link in the sidebar, under the Features heading.
|
||||
3. In the Scopes section, add the `chat:write` scope, `Send messages as user`. If you get a `missing_scope` error when trying to send a message, check these permissions.
|
||||
3. In the Scopes section, add the `chat:write` and `dnd:read` scopes and select `Send messages as user`. Many errors can occur if these options are not set correctly.
|
||||
4. Scroll up to `OAuth Tokens & Redirect URLs` and click `Install to Workspace`.
|
||||
5. Copy your `OAuth Access Token` and put that key into the config flow.
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user