From facac91f152a5f2b586952e72e9e86dc04e57bb1 Mon Sep 17 00:00:00 2001 From: Joost Lekkerkerker Date: Fri, 21 Mar 2025 17:00:47 +0100 Subject: [PATCH] Add event platform to SmartThings (#38115) --- source/_integrations/smartthings.markdown | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/source/_integrations/smartthings.markdown b/source/_integrations/smartthings.markdown index 32bbd9301b6..58b70f0a25c 100644 --- a/source/_integrations/smartthings.markdown +++ b/source/_integrations/smartthings.markdown @@ -6,6 +6,7 @@ ha_category: - Binary sensor - Climate - Cover + - Event - Fan - Hub - Light @@ -22,6 +23,7 @@ ha_platforms: - binary_sensor - climate - cover + - event - fan - light - lock @@ -116,6 +118,10 @@ The SmartThings Cover platform lets you control devices that have open/close rel | [`windowShadeLevel`](https://developer.smartthings.com/docs/devices/capabilities/capabilities-reference/#windowShadeLevel) | `position` | | [`battery`](https://developer.smartthings.com/docs/devices/capabilities/capabilities-reference#battery) | `battery_level` (state attribute) | +### Event + +The SmartThings Event platform will create entities for every button. It will show any button presses and allows you to automate on these events. + ### Fan The SmartThings Fan lets you control devices that have fan-related capabilities. For a SmartThings device to be represented by the fan entity, it must have one or more of the capabilities below in addition to the [`switch`](https://smartthings.developer.samsung.com/develop/api-ref/capabilities.html#Switch) capability.