From ded730155b200fdea5dd2e208c7f303bd3ca08f4 Mon Sep 17 00:00:00 2001 From: Michael <35783820+mib1185@users.noreply.github.com> Date: Tue, 16 Nov 2021 01:25:29 +0100 Subject: [PATCH] Add support for property attribute shorthand in Fan entity (#1136) --- docs/core/entity/fan.md | 4 ---- 1 file changed, 4 deletions(-) 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 |