Add new required scopes to Slack integration (#39012)

This commit is contained in:
Robbin Janssen 2025-05-13 21:06:26 +02:00 committed by GitHub
parent 83a827488d
commit f4732855a9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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.
![](/images/integrations/slack/bot-token-scopes.png)