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