From a86df4d035d8d07e494234727cfdb8ba4c80dc89 Mon Sep 17 00:00:00 2001 From: wasper17 <60716555+wasper17@users.noreply.github.com> Date: Tue, 10 Mar 2020 10:53:43 -0400 Subject: [PATCH] Update slack.markdown (#12272) * Update slack.markdown Updated per API change - https://api.slack.com/scopes/chat:write * Update formatting * :pencil2: Tweak Co-authored-by: Fabian Affolter Co-authored-by: Franck Nijhof --- source/_integrations/slack.markdown | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/source/_integrations/slack.markdown b/source/_integrations/slack.markdown index 63fc6981581..d9e099061eb 100644 --- a/source/_integrations/slack.markdown +++ b/source/_integrations/slack.markdown @@ -14,11 +14,11 @@ The `slack` platform allows you to deliver notifications from Home Assistant to ### Bot posting as you -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:user` scope, `Send messages as user`. If you wish to also be able to include files, you will need to include `files:write: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` -5. Copy your `OAuth Access Token` and put that key into your `configuration.yaml` file -- see below +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`. +5. Copy your `OAuth Access Token` and put that key into your `configuration.yaml` file -- see below.