From 3ce7394fb481db8f2e67812dc6a2a78098be83d4 Mon Sep 17 00:00:00 2001 From: Joost Lekkerkerker Date: Sat, 22 Mar 2025 21:28:59 +0100 Subject: [PATCH] Add power binary sensor to SmartThings (#38139) --- source/_integrations/smartthings.markdown | 1 + 1 file changed, 1 insertion(+) diff --git a/source/_integrations/smartthings.markdown b/source/_integrations/smartthings.markdown index 019145d95c5..1a962bc5eac 100644 --- a/source/_integrations/smartthings.markdown +++ b/source/_integrations/smartthings.markdown @@ -79,6 +79,7 @@ In Home Assistant, a binary sensor entity will be created for each of the follow | [`motionSensor`](https://developer.smartthings.com/docs/devices/capabilities/capabilities-reference#motionSensor) | | [`presenceSensor`](https://developer.smartthings.com/docs/devices/capabilities/capabilities-reference#presenceSensor) | | `samsungce.kidsLock` | +| `switch` (only for dryers and washers) | | [`remoteControlStatus`](https://developer.smartthings.com/docs/devices/capabilities/capabilities-reference#remoteControlStatus) | | [`tamperAlert`](https://developer.smartthings.com/docs/devices/capabilities/capabilities-reference#tamperAlert) | | [`valve`](https://developer.smartthings.com/docs/devices/capabilities/capabilities-reference#valve) |