mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-27 03:07:14 +00:00
Add select platform to SmartThings (#38135)
This commit is contained in:
parent
ff32614829
commit
ce0427250d
@ -13,6 +13,7 @@ ha_category:
|
|||||||
- Light
|
- Light
|
||||||
- Lock
|
- Lock
|
||||||
- Scene
|
- Scene
|
||||||
|
- Select
|
||||||
- Sensor
|
- Sensor
|
||||||
- Switch
|
- Switch
|
||||||
- Update
|
- Update
|
||||||
@ -31,6 +32,7 @@ ha_platforms:
|
|||||||
- light
|
- light
|
||||||
- lock
|
- lock
|
||||||
- scene
|
- scene
|
||||||
|
- select
|
||||||
- sensor
|
- sensor
|
||||||
- switch
|
- switch
|
||||||
- update
|
- update
|
||||||
@ -59,6 +61,7 @@ SmartThings represents devices as a set of [capabilities](https://developer.smar
|
|||||||
- [Fan](#fan)
|
- [Fan](#fan)
|
||||||
- [Light](#light)
|
- [Light](#light)
|
||||||
- [Lock](#lock)
|
- [Lock](#lock)
|
||||||
|
- [Select](#select)
|
||||||
- [Sensor](#sensor)
|
- [Sensor](#sensor)
|
||||||
- [Scene](#scene)
|
- [Scene](#scene)
|
||||||
- [Switch](#switch)
|
- [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.
|
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
|
### 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