mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-19 15:26:59 +00:00
Add update platform to SmartThings (#38120)
This commit is contained in:
parent
cf5ec32635
commit
f2124690d5
@ -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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user