From 48f604a834dc6daa3d1db3fc9945573d60895d4a Mon Sep 17 00:00:00 2001 From: Joost Lekkerkerker Date: Sat, 22 Mar 2025 19:57:44 +0100 Subject: [PATCH] Add button platform to SmartThings (#38143) --- source/_integrations/smartthings.markdown | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/source/_integrations/smartthings.markdown b/source/_integrations/smartthings.markdown index 457aa63f434..0eb3a7e01c2 100644 --- a/source/_integrations/smartthings.markdown +++ b/source/_integrations/smartthings.markdown @@ -4,6 +4,7 @@ description: Instructions on setting up SmartThings within Home Assistant. featured: true ha_category: - Binary sensor + - Button - Climate - Cover - Event @@ -22,6 +23,7 @@ ha_config_flow: true ha_domain: smartthings ha_platforms: - binary_sensor + - button - climate - cover - event @@ -51,6 +53,7 @@ ha_integration_type: integration SmartThings represents devices as a set of [capabilities](https://developer.smartthings.com/docs/devices/capabilities/capabilities-reference). The SmartThings integration maps those capabilities to entities in Home Assistant. A single device may be represented by one or more entities. - [Binary sensor](#binary-sensor) +- [Button](#button) - [Climate](#climate) - [Cover](#cover) - [Fan](#fan) @@ -78,6 +81,10 @@ In Home Assistant, a binary sensor entity will be created for each of the follow | [`valve`](https://developer.smartthings.com/docs/devices/capabilities/capabilities-reference#valve) | | [`waterSensor`](https://developer.smartthings.com/docs/devices/capabilities/capabilities-reference#waterSensor) | +### Button + +The SmartThings Button platform provides stop buttons for devices with the `ovenOperatingState` capability. + ### Climate The SmartThings Climate platform lets you control devices that have air conditioner or thermostat related capabilities.