mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-29 12:17:01 +00:00
Add vacuum platform to SmartThings (#40173)
This commit is contained in:
parent
4e914a084f
commit
6e5332a6b1
@ -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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user