mirror of
https://github.com/home-assistant/developers.home-assistant.git
synced 2025-07-08 18:06:29 +00:00
Add support for property attribute shorthand in Fan entity (#1136)
This commit is contained in:
parent
3e75fdba15
commit
ded730155b
@ -11,10 +11,6 @@ A fan entity is a device that controls the different vectors of your fan such as
|
|||||||
Properties should always only return information from memory and not do I/O (like network requests). Implement `update()` or `async_update()` to fetch data.
|
Properties should always only return information from memory and not do I/O (like network requests). Implement `update()` or `async_update()` to fetch data.
|
||||||
:::
|
:::
|
||||||
|
|
||||||
:::caution
|
|
||||||
FanEntity does not support attribute shorthand for [property implementation](../entity.md#entity-class-or-instance-attributes)
|
|
||||||
:::
|
|
||||||
|
|
||||||
| Name | Type | Default | Description
|
| Name | Type | Default | Description
|
||||||
| ---- | ---- | ------- | -----------
|
| ---- | ---- | ------- | -----------
|
||||||
| current_direction | str | None | Return the current direction of the fan |
|
| current_direction | str | None | Return the current direction of the fan |
|
||||||
|
Loading…
x
Reference in New Issue
Block a user