Add update platform to SmartThings (#38120)

This commit is contained in:
Joost Lekkerkerker 2025-03-21 17:02:17 +01:00 committed by GitHub
parent cf5ec32635
commit f2124690d5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -14,6 +14,7 @@ ha_category:
- Scene - Scene
- Sensor - Sensor
- Switch - Switch
- Update
- Valve - Valve
ha_release: 0.87 ha_release: 0.87
ha_iot_class: Cloud Push ha_iot_class: Cloud Push
@ -30,6 +31,7 @@ ha_platforms:
- scene - scene
- sensor - sensor
- switch - switch
- update
- valve - valve
ha_dhcp: true ha_dhcp: true
ha_integration_type: integration 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. 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 ### 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. 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.