Skip to content

Add SmartThings Lock platform docs #8493

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Feb 14, 2019
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
8 changes: 8 additions & 0 deletions source/_components/smartthings.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ ha_category:
- Binary Sensor
- Fan
- Light
- Lock
- Sensor
- Switch
ha_release: "0.87"
Expand All @@ -25,6 +26,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/
Expand Down Expand Up @@ -109,6 +112,7 @@ SmartThings represents devices as a set of [capabilities](https://smartthings.de
- [Binary Sensor](#binary-sensor)
- [Fan](#fan)
- [Light](#light)
- [Lock](#lock)
- [Sensor](#sensor)
- [Switch](#switch)

Expand Down Expand Up @@ -147,6 +151,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.
Expand Down