Skip to content

Commit 5a3144e

Browse files
andrewsayreballoob
authored andcommitted
Add SmartThings Lock platform docs (home-assistant#8493)
1 parent e183ac1 commit 5a3144e

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

source/_components/smartthings.markdown

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ ha_category:
1515
- Climate
1616
- Fan
1717
- Light
18+
- Lock
1819
- Sensor
1920
- Switch
2021
ha_release: "0.87"
@@ -28,6 +29,8 @@ redirect_from:
2829
- /components/fan.smartthings/
2930
- /components/smartthings.light/
3031
- /components/light.smartthings/
32+
- /components/smartthings.lock/
33+
- /components/lock.smartthings/
3134
- /components/smartthings.sensor/
3235
- /components/sensor.smartthings/
3336
- /components/smartthings.switch/
@@ -113,6 +116,7 @@ SmartThings represents devices as a set of [capabilities](https://smartthings.de
113116
- [Climate](#climate)
114117
- [Fan](#fan)
115118
- [Light](#light)
119+
- [Lock](#lock)
116120
- [Sensor](#sensor)
117121
- [Switch](#switch)
118122

@@ -166,6 +170,10 @@ The SmartThings Light platform lets you control devices that have light-related
166170
| [`colorControl`](https://smartthings.developer.samsung.com/develop/api-ref/capabilities.html#Color-Control) | `color`
167171
| [`colorTemperature`](https://smartthings.developer.samsung.com/develop/api-ref/capabilities.html#Color-Temperature) | `color_temp`
168172

173+
### {% linkable_title Lock %}
174+
175+
The SmartThings Lock platform lets you control devices that have the [`lock`](https://smartthings.developer.samsung.com/develop/api-ref/capabilities.html#Lock) capability, showing current lock status and supporting lock and unlock commands.
176+
169177
### {% linkable_title Sensor %}
170178

171179
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.

0 commit comments

Comments
 (0)