mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-15 21:36:52 +00:00
Add SmartThings Lock platform docs (#8493)
This commit is contained in:
parent
e183ac1518
commit
5a3144e8ff
@ -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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user