Add select platform to SmartThings (#38135)

This commit is contained in:
Joost Lekkerkerker 2025-03-22 21:28:51 +01:00 committed by GitHub
parent ff32614829
commit ce0427250d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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.