From 83418069cde72cc9cf77589ffa97c5192e6b3895 Mon Sep 17 00:00:00 2001 From: Nicola Russi Date: Sun, 29 May 2016 03:20:25 -0500 Subject: [PATCH] MSA-1319: ccc --- smartapps/smartthings/notify-me-when.src/notify-me-when.groovy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/smartapps/smartthings/notify-me-when.src/notify-me-when.groovy b/smartapps/smartthings/notify-me-when.src/notify-me-when.groovy index f124260..b75a3a9 100644 --- a/smartapps/smartthings/notify-me-when.src/notify-me-when.groovy +++ b/smartapps/smartthings/notify-me-when.src/notify-me-when.groovy @@ -155,4 +155,4 @@ private getIncludeArticle() { def name = location.name.toLowerCase() def segs = name.split(" ") !(["work","home"].contains(name) || (segs.size() > 1 && (["the","my","a","an"].contains(segs[0]) || segs[0].endsWith("'s")))) -} +} \ No newline at end of file