From 359cd1ee73613a4c89434af66204403284d9215d Mon Sep 17 00:00:00 2001 From: slamp Date: Thu, 28 Nov 2024 17:27:04 +0100 Subject: [PATCH] Order the selection to do with the ones displayed in smarthings --- docs/Smartthings.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/docs/Smartthings.md b/docs/Smartthings.md index 7e70c84..9474d4c 100644 --- a/docs/Smartthings.md +++ b/docs/Smartthings.md @@ -7,11 +7,12 @@ 1. Log into the [personal access tokens page](https://account.smartthings.com/tokens) and click '[Generate new token](https://account.smartthings.com/tokens/new)' 2. Enter a token name (can be whatever you want), for example, 'Home Assistant' and select the following authorized scopes: - Devices (all) - - Installed Apps (all) + - Installed Applications (all) + - Scenes (all) + - Applications (all) - Locations (all) - - Apps (all) - Schedules (all) - - Scenes (all) + 3. Click 'Generate token'. When the token is displayed, copy and save it somewhere safe (such as your keystore) as you will not be able to retrieve it again. ### Configure Home Assistant