diff --git a/source/_components/smartthings.markdown b/source/_components/smartthings.markdown index 1b17d6fc63a..e82b4c3c7fc 100644 --- a/source/_components/smartthings.markdown +++ b/source/_components/smartthings.markdown @@ -9,9 +9,14 @@ sharing: true footer: true featured: true logo: samsung_smartthings.png -ha_category: Hub +ha_category: + - Hub + - Switch ha_release: "0.87" ha_iot_class: "Cloud Push" +redirect_from: + - /components/smartthings.switch/ + - /components/switch.smartthings/ --- Samsung SmartThings is integrated into Home Assistant through the SmartThings Cloud API. The SmartThings component is the main component to integrate all SmartThings related platforms. The basic features of this integration include: @@ -21,6 +26,10 @@ Samsung SmartThings is integrated into Home Assistant through the SmartThings Cl 3. Support for multiple SmartThings accounts and locations, each represented as a unique integration in the front-end configuration. 4. No brokers, bridges, or additional dependencies. +There is currently support for the following device types within Home Assistant: + +- Switch ([SmartThings switch platform](https://smartthings.developer.samsung.com/develop/api-ref/capabilities.html#Switch)) + ## {% linkable_title Basic requirements %} 1. A [personal access token](https://account.smartthings.com/tokens) tied to a Samsung or SmartThings account (see below for instructions). diff --git a/source/_components/smartthings.switch.markdown b/source/_components/smartthings.switch.markdown deleted file mode 100644 index b7e77915ba6..00000000000 --- a/source/_components/smartthings.switch.markdown +++ /dev/null @@ -1,19 +0,0 @@ ---- -layout: page -title: "SmartThings Switch" -description: "Instructions on setting up Samsung SmartThings switches within Home Assistant." -date: 2018-01-14 00:00 -sidebar: true -comments: false -sharing: true -footer: true -logo: samsung_smartthings.png -ha_category: Switch -ha_release: "0.87" -ha_iot_class: "Cloud Push" ---- - -The SmartThings switch platform lets you control Samsung SmartThings connected devices that have the [switch capability](https://smartthings.developer.samsung.com/develop/api-ref/capabilities.html#Switch). - -

-Entities for this platform are loaded automatically when you configure the [SmartThings component](/components/smartthings). This platform cannot be manually configured.

\ No newline at end of file