From 6e5332a6b1ce4d22a20339a27d18382693075da9 Mon Sep 17 00:00:00 2001 From: Joost Lekkerkerker Date: Mon, 28 Jul 2025 15:49:43 +0200 Subject: [PATCH] Add vacuum platform to SmartThings (#40173) --- source/_integrations/smartthings.markdown | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/source/_integrations/smartthings.markdown b/source/_integrations/smartthings.markdown index 93afcad5f56..e4c4845abe9 100644 --- a/source/_integrations/smartthings.markdown +++ b/source/_integrations/smartthings.markdown @@ -19,6 +19,7 @@ ha_category: - Sensor - Switch - Update + - Vacuum - Valve - Water heater ha_release: 0.87 @@ -42,6 +43,7 @@ ha_platforms: - sensor - switch - update + - vacuum - valve - water_heater ha_dhcp: true @@ -77,6 +79,7 @@ SmartThings represents devices as a set of [capabilities](https://developer.smar - [Sensor](#sensor) - [Scene](#scene) - [Switch](#switch) +- [Vacuum](#vacuum) - [Valve](#valve) - [Water heater](#water-heater) @@ -273,6 +276,10 @@ It will also create switches for the following capabilities: The SmartThings update platform lets you update the firmware of devices that have the [`firmwareUpdate`](https://developer.smartthings.com/docs/devices/capabilities/capabilities-reference#firmwareUpdate) capability. +### Vacuum + +The SmartThings Vacuum platform lets you control devices that have the `samsungce.robotCleanerOperatingState` capability, showing the vacuum status and controlling the device. + ### Valve The SmartThings Valve platform lets you control devices that have the [`valve`](https://developer.smartthings.com/docs/devices/capabilities/capabilities-reference#valve) capability, showing the valve status and opening and closing.