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