mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-23 17:27:19 +00:00
Add select platform to SmartThings (#38135)
This commit is contained in:
parent
ff32614829
commit
ce0427250d
@ -13,6 +13,7 @@ ha_category:
|
||||
- Light
|
||||
- Lock
|
||||
- Scene
|
||||
- Select
|
||||
- Sensor
|
||||
- Switch
|
||||
- Update
|
||||
@ -31,6 +32,7 @@ ha_platforms:
|
||||
- light
|
||||
- lock
|
||||
- scene
|
||||
- select
|
||||
- sensor
|
||||
- switch
|
||||
- update
|
||||
@ -59,6 +61,7 @@ SmartThings represents devices as a set of [capabilities](https://developer.smar
|
||||
- [Fan](#fan)
|
||||
- [Light](#light)
|
||||
- [Lock](#lock)
|
||||
- [Select](#select)
|
||||
- [Sensor](#sensor)
|
||||
- [Scene](#scene)
|
||||
- [Switch](#switch)
|
||||
@ -153,6 +156,10 @@ The SmartThings Light lets you control devices that have light-related capabilit
|
||||
|
||||
The SmartThings Lock platform lets you control devices that have the [`lock`](https://developer.smartthings.com/docs/devices/capabilities/capabilities-reference#lock) capability, showing current lock status and supporting lock and unlock commands.
|
||||
|
||||
### Select
|
||||
|
||||
The SmartThings Select platform can be used to remotely turn on a dryer and washer. Be aware that for them to work, the Remote control has to be turned on.
|
||||
|
||||
### 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