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