From ff32614829539173d138b6a7d82f7cdd4f2b3c45 Mon Sep 17 00:00:00 2001 From: Joost Lekkerkerker Date: Sat, 22 Mar 2025 21:28:32 +0100 Subject: [PATCH] Add dryer wrinkle prevent switch to SmartThings (#38138) --- source/_integrations/smartthings.markdown | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/source/_integrations/smartthings.markdown b/source/_integrations/smartthings.markdown index 0eb3a7e01c2..75fe6ee2bf4 100644 --- a/source/_integrations/smartthings.markdown +++ b/source/_integrations/smartthings.markdown @@ -222,6 +222,13 @@ The SmartThings Scene lets you activate scenes defined in SmartThings. A scene e The SmartThings Switch lets you control devices that have the [`switch`](https://developer.smartthings.com/docs/devices/capabilities/capabilities-reference#switch) capability that are not already represented by a more specific platform. +It will also create switches for the following capabilities: + +| SmartThings capability | +|------------------------------| +| `custom.dryerWrinklePrevent` | + + ### Update The SmartThings update platform lets you update the firmware of devices that have the [`firmwareUpdate`](https://developer.smartthings.com/docs/devices/capabilities/capabilities-reference#firmwareUpdate) capability.