mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-19 15:26:59 +00:00
Add new required scopes to Slack integration (#39012)
This commit is contained in:
parent
83a827488d
commit
f4732855a9
@ -30,8 +30,18 @@ The `slack` platform allows you to deliver notifications from Home Assistant to
|
||||
|
||||
Find `Features/OAuth and Permissions/Scopes/Bot Token Scopes`
|
||||
|
||||
3. Add the `chat:write` and `dnd:read` scopes
|
||||
- To modify your Slack bot's username and icon, additionally add the `chat:write.customize` OAuth scope
|
||||
3. Add the following OAuth scopes:
|
||||
- `chat:write`
|
||||
- `dnd:read`
|
||||
- `channels:manage`
|
||||
- `channels:read`
|
||||
- `groups:read`
|
||||
- `groups:write`
|
||||
- `im:read`
|
||||
- `im:write`
|
||||
- `mpim:read`
|
||||
- `mpim:write`
|
||||
- Optionally add `chat:write.customize` to modify your Slack bot's username and icon.
|
||||
|
||||

|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user