diff --git a/docs/core/entity/fan.md b/docs/core/entity/fan.md index 76d9872c..38aa2236 100644 --- a/docs/core/entity/fan.md +++ b/docs/core/entity/fan.md @@ -33,7 +33,7 @@ Manually setting a speed must disable a preset mode. If it is possible to set a The fan entity model has changed to use percentages in the range from 0 (off) to 100 instead of the named speeds. The new model replaces `speed` and `speed_list` with `percentage`, `preset_mode`, and `preset_modes`. This change allowed us to expand the number of supported speeds to accommodate additional fan models in Home Assistant. -To maintain backwards compatibility with integations that have not updated to the new model, the deprecated properties will remain until at least the end of 2021. Integrations must update their [Turn on](#turn-on) function to consume `percentage` or `preset_mode` instead of `speed`. +To maintain backwards compatibility with integrations that have not updated to the new model, the deprecated properties will remain until at least the end of 2021. Integrations must update their [Turn on](#turn-on) function to consume `percentage` or `preset_mode` instead of `speed`. | Name | Type | Default | Description | ---- | ---- | ------- | -----------