mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-18 23:06:58 +00:00
Add SmartThings Lock platform docs (#8493)
This commit is contained in:
parent
e183ac1518
commit
5a3144e8ff
@ -15,6 +15,7 @@ ha_category:
|
|||||||
- Climate
|
- Climate
|
||||||
- Fan
|
- Fan
|
||||||
- Light
|
- Light
|
||||||
|
- Lock
|
||||||
- Sensor
|
- Sensor
|
||||||
- Switch
|
- Switch
|
||||||
ha_release: "0.87"
|
ha_release: "0.87"
|
||||||
@ -28,6 +29,8 @@ redirect_from:
|
|||||||
- /components/fan.smartthings/
|
- /components/fan.smartthings/
|
||||||
- /components/smartthings.light/
|
- /components/smartthings.light/
|
||||||
- /components/light.smartthings/
|
- /components/light.smartthings/
|
||||||
|
- /components/smartthings.lock/
|
||||||
|
- /components/lock.smartthings/
|
||||||
- /components/smartthings.sensor/
|
- /components/smartthings.sensor/
|
||||||
- /components/sensor.smartthings/
|
- /components/sensor.smartthings/
|
||||||
- /components/smartthings.switch/
|
- /components/smartthings.switch/
|
||||||
@ -113,6 +116,7 @@ SmartThings represents devices as a set of [capabilities](https://smartthings.de
|
|||||||
- [Climate](#climate)
|
- [Climate](#climate)
|
||||||
- [Fan](#fan)
|
- [Fan](#fan)
|
||||||
- [Light](#light)
|
- [Light](#light)
|
||||||
|
- [Lock](#lock)
|
||||||
- [Sensor](#sensor)
|
- [Sensor](#sensor)
|
||||||
- [Switch](#switch)
|
- [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`
|
| [`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`
|
| [`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 %}
|
### {% 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.
|
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