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 featured: true
ha_category: ha_category:
- Binary sensor - Binary sensor
- Button
- Climate - Climate
- Cover - Cover
- Event - Event
@ -22,6 +23,7 @@ ha_config_flow: true
ha_domain: smartthings ha_domain: smartthings
ha_platforms: ha_platforms:
- binary_sensor - binary_sensor
- button
- climate - climate
- cover - cover
- event - 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. 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) - [Binary sensor](#binary-sensor)
- [Button](#button)
- [Climate](#climate) - [Climate](#climate)
- [Cover](#cover) - [Cover](#cover)
- [Fan](#fan) - [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) | | [`valve`](https://developer.smartthings.com/docs/devices/capabilities/capabilities-reference#valve) |
| [`waterSensor`](https://developer.smartthings.com/docs/devices/capabilities/capabilities-reference#waterSensor) | | [`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 ### Climate
The SmartThings Climate platform lets you control devices that have air conditioner or thermostat related capabilities. The SmartThings Climate platform lets you control devices that have air conditioner or thermostat related capabilities.