Add vacuum platform to SmartThings (#40173)

This commit is contained in:
Joost Lekkerkerker 2025-07-28 15:49:43 +02:00 committed by GitHub
parent 4e914a084f
commit 6e5332a6b1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -19,6 +19,7 @@ ha_category:
- Sensor - Sensor
- Switch - Switch
- Update - Update
- Vacuum
- Valve - Valve
- Water heater - Water heater
ha_release: 0.87 ha_release: 0.87
@ -42,6 +43,7 @@ ha_platforms:
- sensor - sensor
- switch - switch
- update - update
- vacuum
- valve - valve
- water_heater - water_heater
ha_dhcp: true ha_dhcp: true
@ -77,6 +79,7 @@ SmartThings represents devices as a set of [capabilities](https://developer.smar
- [Sensor](#sensor) - [Sensor](#sensor)
- [Scene](#scene) - [Scene](#scene)
- [Switch](#switch) - [Switch](#switch)
- [Vacuum](#vacuum)
- [Valve](#valve) - [Valve](#valve)
- [Water heater](#water-heater) - [Water heater](#water-heater)
@ -273,6 +276,10 @@ It will also create switches for the following capabilities:
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. 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.
### Vacuum
The SmartThings Vacuum platform lets you control devices that have the `samsungce.robotCleanerOperatingState` capability, showing the vacuum status and controlling the device.
### 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.