diff --git a/docs/core/entity/fan.md b/docs/core/entity/fan.md index 34fa5183..70ee33fb 100644 --- a/docs/core/entity/fan.md +++ b/docs/core/entity/fan.md @@ -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. ::: -:::caution -FanEntity does not support attribute shorthand for [property implementation](../entity.md#entity-class-or-instance-attributes) -::: - | Name | Type | Default | Description | ---- | ---- | ------- | ----------- | current_direction | str | None | Return the current direction of the fan |