mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-23 09:17:06 +00:00
Add number platform to SmartThings (#38118)
This commit is contained in:
parent
1da15ee59e
commit
501db97ffc
@ -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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user