mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-23 01:06:52 +00:00
Add event platform to SmartThings (#38115)
This commit is contained in:
parent
75b0a7762a
commit
facac91f15
@ -6,6 +6,7 @@ ha_category:
|
||||
- Binary sensor
|
||||
- Climate
|
||||
- Cover
|
||||
- Event
|
||||
- Fan
|
||||
- Hub
|
||||
- Light
|
||||
@ -22,6 +23,7 @@ ha_platforms:
|
||||
- binary_sensor
|
||||
- climate
|
||||
- cover
|
||||
- event
|
||||
- fan
|
||||
- light
|
||||
- lock
|
||||
@ -116,6 +118,10 @@ The SmartThings Cover platform lets you control devices that have open/close rel
|
||||
| [`windowShadeLevel`](https://developer.smartthings.com/docs/devices/capabilities/capabilities-reference/#windowShadeLevel) | `position` |
|
||||
| [`battery`](https://developer.smartthings.com/docs/devices/capabilities/capabilities-reference#battery) | `battery_level` (state attribute) |
|
||||
|
||||
### Event
|
||||
|
||||
The SmartThings Event platform will create entities for every button. It will show any button presses and allows you to automate on these events.
|
||||
|
||||
### Fan
|
||||
|
||||
The SmartThings Fan lets you control devices that have fan-related capabilities. For a SmartThings device to be represented by the fan entity, it must have one or more of the capabilities below in addition to the [`switch`](https://smartthings.developer.samsung.com/develop/api-ref/capabilities.html#Switch) capability.
|
||||
|
Loading…
x
Reference in New Issue
Block a user