Add button platform to SmartThings (#38143)

This commit is contained in:
Joost Lekkerkerker 2025-03-22 19:57:44 +01:00 committed by GitHub
parent bb978ffa5c
commit 48f604a834
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -4,6 +4,7 @@ description: Instructions on setting up SmartThings within Home Assistant.
featured: true
ha_category:
- Binary sensor
- Button
- Climate
- Cover
- Event
@ -22,6 +23,7 @@ ha_config_flow: true
ha_domain: smartthings
ha_platforms:
- binary_sensor
- button
- climate
- cover
- event
@ -51,6 +53,7 @@ ha_integration_type: integration
SmartThings represents devices as a set of [capabilities](https://developer.smartthings.com/docs/devices/capabilities/capabilities-reference). The SmartThings integration maps those capabilities to entities in Home Assistant. A single device may be represented by one or more entities.
- [Binary sensor](#binary-sensor)
- [Button](#button)
- [Climate](#climate)
- [Cover](#cover)
- [Fan](#fan)
@ -78,6 +81,10 @@ In Home Assistant, a binary sensor entity will be created for each of the follow
| [`valve`](https://developer.smartthings.com/docs/devices/capabilities/capabilities-reference#valve) |
| [`waterSensor`](https://developer.smartthings.com/docs/devices/capabilities/capabilities-reference#waterSensor) |
### Button
The SmartThings Button platform provides stop buttons for devices with the `ovenOperatingState` capability.
### Climate
The SmartThings Climate platform lets you control devices that have air conditioner or thermostat related capabilities.