From 07c4ee9872cf859208eb7d63a5afbd4075a112d7 Mon Sep 17 00:00:00 2001 From: andrewsayre <6730289+andrewsayre@users.noreply.github.com> Date: Sun, 24 Feb 2019 10:37:55 -0600 Subject: [PATCH 1/2] Add SmartThings Scene docs --- source/_components/smartthings.markdown | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/source/_components/smartthings.markdown b/source/_components/smartthings.markdown index 9a5ddc68558e..f543fe796ec0 100644 --- a/source/_components/smartthings.markdown +++ b/source/_components/smartthings.markdown @@ -18,6 +18,7 @@ ha_category: - Light - Lock - Sensor + - Scene - Switch ha_release: "0.87" ha_iot_class: "Cloud Push" @@ -36,6 +37,8 @@ redirect_from: - /components/lock.smartthings/ - /components/smartthings.sensor/ - /components/sensor.smartthings/ + - /components/smartthings.scene/ + - /components/scene.smartthings/ - /components/smartthings.switch/ - /components/switch.smartthings/ --- @@ -132,7 +135,8 @@ SmartThings represents devices as a set of [capabilities](https://smartthings.de - [Fan](#fan) - [Light](#light) - [Lock](#lock) -- [Sensor](#sensor) +- [Sensor](#sensor) +- [Scene](#scene) - [Switch](#switch) 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` | [`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 an scene entity representing each SmartThings scenes within the location. + ### {% 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: From 5369959a75a0edd4e8355f4627d862ecf9501f15 Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Wed, 27 Feb 2019 01:39:57 +0100 Subject: [PATCH 2/2] :pencil2: Tweak --- source/_components/smartthings.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_components/smartthings.markdown b/source/_components/smartthings.markdown index f543fe796ec0..db2b6fa7530a 100644 --- a/source/_components/smartthings.markdown +++ b/source/_components/smartthings.markdown @@ -265,7 +265,7 @@ The SmartThings Sensor platform lets your view devices that have sensor-related ### {% linkable_title Scene %} -The SmartThings Scene platform lets you activate scenes defined in SmartThings with an scene entity representing each SmartThings scenes within the location. +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 %}