Add Valve platform to SmartThings (#37994)

This commit is contained in:
Joost Lekkerkerker 2025-03-16 08:47:51 +01:00 committed by GitHub
parent 14a797fd32
commit 279bdf32b0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -13,6 +13,7 @@ ha_category:
- Scene
- Sensor
- Switch
- Valve
ha_release: 0.87
ha_iot_class: Cloud Push
ha_config_flow: true
@ -27,6 +28,7 @@ ha_platforms:
- scene
- sensor
- switch
- valve
ha_dhcp: true
ha_integration_type: integration
---
@ -53,6 +55,7 @@ SmartThings represents devices as a set of [capabilities](https://developer.smar
- [Sensor](#sensor)
- [Scene](#scene)
- [Switch](#switch)
- [Valve](#valve)
### 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.
### 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
### Enabling debug logs and diagnostics