From f2124690d5c3fb2ad90440ceb47af46caffeb062 Mon Sep 17 00:00:00 2001 From: Joost Lekkerkerker Date: Fri, 21 Mar 2025 17:02:17 +0100 Subject: [PATCH] Add update platform to SmartThings (#38120) --- source/_integrations/smartthings.markdown | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/source/_integrations/smartthings.markdown b/source/_integrations/smartthings.markdown index 7ea6e5bdafa..457aa63f434 100644 --- a/source/_integrations/smartthings.markdown +++ b/source/_integrations/smartthings.markdown @@ -14,6 +14,7 @@ ha_category: - Scene - Sensor - Switch + - Update - Valve ha_release: 0.87 ha_iot_class: Cloud Push @@ -30,6 +31,7 @@ ha_platforms: - scene - sensor - switch + - update - valve ha_dhcp: true ha_integration_type: integration @@ -213,6 +215,10 @@ The SmartThings Scene lets you activate scenes defined in SmartThings. A scene e The SmartThings Switch lets you control devices that have the [`switch`](https://developer.smartthings.com/docs/devices/capabilities/capabilities-reference#switch) capability that are not already represented by a more specific platform. +### Update + +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. + ### 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.