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
+2 -1
View File
@@ -1,3 +1,4 @@
{
"extends": "./node_modules/gts/"
"extends": "./node_modules/gts/",
"rules": { "prettier/prettier": ["error", { "endOfLine": "auto" }] }
}