mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-15 05:16:49 +00:00
Add Valve platform to SmartThings (#37994)
This commit is contained in:
parent
14a797fd32
commit
279bdf32b0
@ -13,6 +13,7 @@ ha_category:
|
|||||||
- Scene
|
- Scene
|
||||||
- Sensor
|
- Sensor
|
||||||
- Switch
|
- Switch
|
||||||
|
- Valve
|
||||||
ha_release: 0.87
|
ha_release: 0.87
|
||||||
ha_iot_class: Cloud Push
|
ha_iot_class: Cloud Push
|
||||||
ha_config_flow: true
|
ha_config_flow: true
|
||||||
@ -27,6 +28,7 @@ ha_platforms:
|
|||||||
- scene
|
- scene
|
||||||
- sensor
|
- sensor
|
||||||
- switch
|
- switch
|
||||||
|
- valve
|
||||||
ha_dhcp: true
|
ha_dhcp: true
|
||||||
ha_integration_type: integration
|
ha_integration_type: integration
|
||||||
---
|
---
|
||||||
@ -53,6 +55,7 @@ SmartThings represents devices as a set of [capabilities](https://developer.smar
|
|||||||
- [Sensor](#sensor)
|
- [Sensor](#sensor)
|
||||||
- [Scene](#scene)
|
- [Scene](#scene)
|
||||||
- [Switch](#switch)
|
- [Switch](#switch)
|
||||||
|
- [Valve](#valve)
|
||||||
|
|
||||||
### Binary sensor
|
### Binary sensor
|
||||||
|
|
||||||
@ -201,6 +204,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.
|
||||||
|
|
||||||
|
### 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.
|
||||||
|
|
||||||
## Troubleshooting
|
## Troubleshooting
|
||||||
|
|
||||||
### Enabling debug logs and diagnostics
|
### Enabling debug logs and diagnostics
|
||||||
|
Loading…
x
Reference in New Issue
Block a user