mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-20 15:56:51 +00:00
Add SmartThings Scene platform docs (#8718)
* Add SmartThings Scene docs
* ✏️ Tweak
This commit is contained in:
parent
b25f598c35
commit
02140fb2b1
@ -18,6 +18,7 @@ ha_category:
|
|||||||
- Light
|
- Light
|
||||||
- Lock
|
- Lock
|
||||||
- Sensor
|
- Sensor
|
||||||
|
- Scene
|
||||||
- Switch
|
- Switch
|
||||||
ha_release: "0.87"
|
ha_release: "0.87"
|
||||||
ha_iot_class: "Cloud Push"
|
ha_iot_class: "Cloud Push"
|
||||||
@ -36,6 +37,8 @@ redirect_from:
|
|||||||
- /components/lock.smartthings/
|
- /components/lock.smartthings/
|
||||||
- /components/smartthings.sensor/
|
- /components/smartthings.sensor/
|
||||||
- /components/sensor.smartthings/
|
- /components/sensor.smartthings/
|
||||||
|
- /components/smartthings.scene/
|
||||||
|
- /components/scene.smartthings/
|
||||||
- /components/smartthings.switch/
|
- /components/smartthings.switch/
|
||||||
- /components/switch.smartthings/
|
- /components/switch.smartthings/
|
||||||
---
|
---
|
||||||
@ -133,6 +136,7 @@ SmartThings represents devices as a set of [capabilities](https://smartthings.de
|
|||||||
- [Light](#light)
|
- [Light](#light)
|
||||||
- [Lock](#lock)
|
- [Lock](#lock)
|
||||||
- [Sensor](#sensor)
|
- [Sensor](#sensor)
|
||||||
|
- [Scene](#scene)
|
||||||
- [Switch](#switch)
|
- [Switch](#switch)
|
||||||
|
|
||||||
Support for additional platforms will be added in the future.
|
Support for additional platforms will be added in the future.
|
||||||
@ -259,6 +263,10 @@ The SmartThings Sensor platform lets your view devices that have sensor-related
|
|||||||
| [`washerMode`](https://smartthings.developer.samsung.com/develop/api-ref/capabilities.html#Washer-Mode) | `washerMode`
|
| [`washerMode`](https://smartthings.developer.samsung.com/develop/api-ref/capabilities.html#Washer-Mode) | `washerMode`
|
||||||
| [`washerOperatingState`](https://smartthings.developer.samsung.com/develop/api-ref/capabilities.html#Washer-Operating-State) | `machineState`, `washerJobState` and `completionTime`
|
| [`washerOperatingState`](https://smartthings.developer.samsung.com/develop/api-ref/capabilities.html#Washer-Operating-State) | `machineState`, `washerJobState` and `completionTime`
|
||||||
|
|
||||||
|
### {% linkable_title Scene %}
|
||||||
|
|
||||||
|
The SmartThings Scene platform lets you activate scenes defined in SmartThings with a scene entity representing each SmartThings scenes within the location.
|
||||||
|
|
||||||
### {% linkable_title Switch %}
|
### {% linkable_title Switch %}
|
||||||
|
|
||||||
The SmartThings Switch platform lets you control devices that have the [`switch`](https://smartthings.developer.samsung.com/develop/api-ref/capabilities.html#Switch) capability that are not already represented by a more specific platform. The following optional capabilities will provide energy and power utilization information:
|
The SmartThings Switch platform lets you control devices that have the [`switch`](https://smartthings.developer.samsung.com/develop/api-ref/capabilities.html#Switch) capability that are not already represented by a more specific platform. The following optional capabilities will provide energy and power utilization information:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user