feat(notification): add simple SmartThings switch activation (#1902)

Co-authored-by: Jef LeCompte <jeffreylec@gmail.com>
This commit is contained in:
Peter J. Milanese
2021-02-07 15:32:18 -05:00
committed by GitHub
parent b20bd4a496
commit c22c960dc1
8 changed files with 100 additions and 1 deletions
+9
View File
@@ -156,6 +156,15 @@ Generate token at [pushover.net/apps/build](https://pushover.net/apps/build).
| `SLACK_CHANNEL` | Channel for posting |
| `SLACK_TOKEN` | API token |
## SmartThings
Generate token at [account.smartthings.com/tokens](https://account.smartthings.com/tokens).
| Environment variable | Description |
|:---:|---|
| `SMARTTHINGS_TOKEN` | Access token |
| `SMARTTHINGS_SWITCH_LABEL` | Switch Label of switch to activate|
## Telegram
| Environment variable | Description |