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 - Hub
- Light - Light
- Lock - Lock
- Number
- Scene - Scene
- Select - Select
- Sensor - Sensor
@ -31,6 +32,7 @@ ha_platforms:
- fan - fan
- light - light
- lock - lock
- number
- scene - scene
- select - select
- sensor - sensor
@ -61,6 +63,7 @@ SmartThings represents devices as a set of [capabilities](https://developer.smar
- [Fan](#fan) - [Fan](#fan)
- [Light](#light) - [Light](#light)
- [Lock](#lock) - [Lock](#lock)
- [Number](#number)
- [Select](#select) - [Select](#select)
- [Sensor](#sensor) - [Sensor](#sensor)
- [Scene](#scene) - [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. 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 ### 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. 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.