diff --git a/smartapps/smartthings/carpool-notifier.src/carpool-notifier.groovy b/smartapps/smartthings/carpool-notifier.src/carpool-notifier.groovy index 8edaad4..32a215f 100644 --- a/smartapps/smartthings/carpool-notifier.src/carpool-notifier.groovy +++ b/smartapps/smartthings/carpool-notifier.src/carpool-notifier.groovy @@ -30,7 +30,7 @@ definition( name: "Carpool Notifier", namespace: "smartthings", author: "SmartThings", - description: "This SmartApp is designed to send notifications to your carpooling buddies when you arrive to pick them up. What separates this SmartApp from other notification SmartApps is that it will only send a notification if your carpool buddy is not with you. If the person you are picking up is present, and has been for 5 minutes or more, they will get a notification when you become present.", + description: "Send notifications to your carpooling buddies when you arrive to pick them up. If the person you are picking up is home, and has been for 5 minutes or more, they will get a notification when you arrive.", category: "Green Living", iconUrl: "https://s3.amazonaws.com/smartapp-icons/Family/App-IMadeIt.png", iconX2Url: "https://s3.amazonaws.com/smartapp-icons/Family/App-IMadeIt@2x.png" diff --git a/smartapps/smartthings/gentle-wake-up.src/gentle-wake-up.groovy b/smartapps/smartthings/gentle-wake-up.src/gentle-wake-up.groovy index 8b950fc..297b7ca 100644 --- a/smartapps/smartthings/gentle-wake-up.src/gentle-wake-up.groovy +++ b/smartapps/smartthings/gentle-wake-up.src/gentle-wake-up.groovy @@ -27,7 +27,7 @@ definition( name: "Gentle Wake Up", namespace: "smartthings", author: "SmartThings", - description: "Gentle Wake Up dims your lights slowly, allowing you to wake up more naturally. Once your lights have finished dimming, optionally turn on more things or send yourself a text for a more gentle nudge into the waking world (you may want to set your normal alarm as a backup plan).", + description: "Dim your lights up slowly, allowing you to wake up more naturally.", category: "Health & Wellness", iconUrl: "https://s3.amazonaws.com/smartapp-icons/HealthAndWellness/App-SleepyTime.png", iconX2Url: "https://s3.amazonaws.com/smartapp-icons/HealthAndWellness/App-SleepyTime@2x.png"