mirror of
https://github.com/home-assistant/developers.home-assistant.git
synced 2025-07-09 18:36:29 +00:00
Add oscillating property to fan entity (#496)
This commit is contained in:
parent
39792dc8b3
commit
b0de1aefa6
@ -15,6 +15,7 @@ Properties should always only return information from memory and not do I/O (lik
|
||||
| ---- | ---- | ------- | -----------
|
||||
| current_direction | str | None | Return the current direction of the fan |
|
||||
| is_on | boolean | None |Return true if the entity is on |
|
||||
| oscillating | boolean | None | Return true if the fan is oscillating |
|
||||
| speed | str | None | Return the current speed. One of the values in speed_list. |
|
||||
| speed_list | list | None| Get the list of available speeds. The allowed values are "off", "low", "medium" and "high". Use the corresponding constants SPEED_OFF, SPEED_LOW, SPEED_MEDIUM, SPEED_HIGH. |
|
||||
| supported_features | int | 0 | Flag supported features |
|
||||
|
Loading…
x
Reference in New Issue
Block a user