Add number platform to SmartThings (#38118)

This commit is contained in:
Joost Lekkerkerker 2025-03-23 09:51:01 +01:00 committed by GitHub
parent 1da15ee59e
commit 501db97ffc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -12,6 +12,7 @@ ha_category:
- Hub
- Light
- Lock
- Number
- Scene
- Select
- Sensor
@ -31,6 +32,7 @@ ha_platforms:
- fan
- light
- lock
- number
- scene
- select
- sensor
@ -61,6 +63,7 @@ SmartThings represents devices as a set of [capabilities](https://developer.smar
- [Fan](#fan)
- [Light](#light)
- [Lock](#lock)
- [Number](#number)
- [Select](#select)
- [Sensor](#sensor)
- [Scene](#scene)
@ -157,6 +160,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.
### Number
The SmartThings number platform lets you control the amount of washer rinse cycles.
### 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.