From 4dacbae8daa0d3adbb40c4f18010e77b07899776 Mon Sep 17 00:00:00 2001 From: Barry Quiel Date: Sun, 23 May 2021 19:28:17 -0700 Subject: [PATCH] Update fan.md for typo (#947) Directions say to derive entity platforms from 'homeassistant.components.fan.FanDevice' but FanDevice doesn't exist. It is still called FanEntity --- docs/core/entity/fan.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/core/entity/fan.md b/docs/core/entity/fan.md index 9e20c094..e38fb2e7 100644 --- a/docs/core/entity/fan.md +++ b/docs/core/entity/fan.md @@ -3,7 +3,7 @@ title: Fan Entity sidebar_label: Fan --- -A fan entity is a device that controls the different vectors of your fan such as speed, direction and oscillation. Derive entity platforms from ['homeassistant.components.fan.FanDevice'](https://github.com/home-assistant/home-assistant/blob/dev/homeassistant/components/fan/__init__.py). +A fan entity is a device that controls the different vectors of your fan such as speed, direction and oscillation. Derive entity platforms from ['homeassistant.components.fan.FanEntity'](https://github.com/home-assistant/home-assistant/blob/dev/homeassistant/components/fan/__init__.py). ## Properties