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