diff --git a/source/_integrations/smartthings.markdown b/source/_integrations/smartthings.markdown index 75fe6ee2bf4..019145d95c5 100644 --- a/source/_integrations/smartthings.markdown +++ b/source/_integrations/smartthings.markdown @@ -13,6 +13,7 @@ ha_category: - Light - Lock - Scene + - Select - Sensor - Switch - Update @@ -31,6 +32,7 @@ ha_platforms: - light - lock - scene + - select - sensor - switch - update @@ -59,6 +61,7 @@ SmartThings represents devices as a set of [capabilities](https://developer.smar - [Fan](#fan) - [Light](#light) - [Lock](#lock) +- [Select](#select) - [Sensor](#sensor) - [Scene](#scene) - [Switch](#switch) @@ -153,6 +156,10 @@ The SmartThings Light lets you control devices that have light-related capabilit The SmartThings Lock platform lets you control devices that have the [`lock`](https://developer.smartthings.com/docs/devices/capabilities/capabilities-reference#lock) capability, showing current lock status and supporting lock and unlock commands. +### Select + +The SmartThings Select platform can be used to remotely turn on a dryer and washer. Be aware that for them to work, the Remote control has to be turned on. + ### Sensor The SmartThings Sensor platform lets your view devices that have sensor-related capabilities. A Sensor entity is created for each attribute (below) supported by the device.