From 5a3144e8ff657405024fcea590cb2a853d3b87d9 Mon Sep 17 00:00:00 2001 From: Andrew Sayre <6730289+andrewsayre@users.noreply.github.com> Date: Thu, 14 Feb 2019 03:26:34 -0600 Subject: [PATCH] Add SmartThings Lock platform docs (#8493) --- source/_components/smartthings.markdown | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/source/_components/smartthings.markdown b/source/_components/smartthings.markdown index 33ae99bb977..2df31934330 100644 --- a/source/_components/smartthings.markdown +++ b/source/_components/smartthings.markdown @@ -15,6 +15,7 @@ ha_category: - Climate - Fan - Light + - Lock - Sensor - Switch ha_release: "0.87" @@ -28,6 +29,8 @@ redirect_from: - /components/fan.smartthings/ - /components/smartthings.light/ - /components/light.smartthings/ + - /components/smartthings.lock/ + - /components/lock.smartthings/ - /components/smartthings.sensor/ - /components/sensor.smartthings/ - /components/smartthings.switch/ @@ -113,6 +116,7 @@ SmartThings represents devices as a set of [capabilities](https://smartthings.de - [Climate](#climate) - [Fan](#fan) - [Light](#light) +- [Lock](#lock) - [Sensor](#sensor) - [Switch](#switch) @@ -166,6 +170,10 @@ The SmartThings Light platform lets you control devices that have light-related | [`colorControl`](https://smartthings.developer.samsung.com/develop/api-ref/capabilities.html#Color-Control) | `color` | [`colorTemperature`](https://smartthings.developer.samsung.com/develop/api-ref/capabilities.html#Color-Temperature) | `color_temp` +### {% linkable_title Lock %} + +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. + ### {% linkable_title 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.