From a787e23d921ccd34ebdfd8870044d8a2a0e813e8 Mon Sep 17 00:00:00 2001 From: Team Super Panda <60556240+teamsuperpanda@users.noreply.github.com> Date: Sun, 11 Apr 2021 09:26:09 +1200 Subject: [PATCH] Update slack.markdown (#17399) Button label has changed on their website --- source/_integrations/slack.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_integrations/slack.markdown b/source/_integrations/slack.markdown index fa8e9bd8073..c0373de60a8 100644 --- a/source/_integrations/slack.markdown +++ b/source/_integrations/slack.markdown @@ -21,7 +21,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. -4. Scroll up to `OAuth Tokens & Redirect URLs` and click `Install App`. +4. Scroll up to `OAuth Tokens & Redirect URLs` and click `Add to Workspace`. 5. Copy your `OAuth Access Token` and put that key into your `configuration.yaml` file -- see below.