Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 9 additions & 1 deletion source/_components/smartthings.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ ha_category:
- Light
- Lock
- Sensor
- Scene
- Switch
ha_release: "0.87"
ha_iot_class: "Cloud Push"
Expand All @@ -36,6 +37,8 @@ redirect_from:
- /components/lock.smartthings/
- /components/smartthings.sensor/
- /components/sensor.smartthings/
- /components/smartthings.scene/
- /components/scene.smartthings/
- /components/smartthings.switch/
- /components/switch.smartthings/
---
Expand Down Expand Up @@ -132,7 +135,8 @@ SmartThings represents devices as a set of [capabilities](https://smartthings.de
- [Fan](#fan)
- [Light](#light)
- [Lock](#lock)
- [Sensor](#sensor)
- [Sensor](#sensor)
- [Scene](#scene)
- [Switch](#switch)

Support for additional platforms will be added in the future.
Expand Down Expand Up @@ -259,6 +263,10 @@ The SmartThings Sensor platform lets your view devices that have sensor-related
| [`washerMode`](https://smartthings.developer.samsung.com/develop/api-ref/capabilities.html#Washer-Mode) | `washerMode`
| [`washerOperatingState`](https://smartthings.developer.samsung.com/develop/api-ref/capabilities.html#Washer-Operating-State) | `machineState`, `washerJobState` and `completionTime`

### {% linkable_title Scene %}

The SmartThings Scene platform lets you activate scenes defined in SmartThings with a scene entity representing each SmartThings scenes within the location.

### {% linkable_title Switch %}

The SmartThings Switch platform lets you control devices that have the [`switch`](https://smartthings.developer.samsung.com/develop/api-ref/capabilities.html#Switch) capability that are not already represented by a more specific platform. The following optional capabilities will provide energy and power utilization information:
Expand Down