From 8e608d740110c97ffdca6e86a5345a745ae1b007 Mon Sep 17 00:00:00 2001 From: Clayton O'Neill <27088+claytono@users.noreply.github.com> Date: Sun, 4 Oct 2020 05:10:50 -0400 Subject: [PATCH] Fix mistake in Caseta docs (#14850) Looks like the Fan section was cut and pasted from the light section, but one reference was missed. This fixes that. --- source/_integrations/lutron_caseta.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_integrations/lutron_caseta.markdown b/source/_integrations/lutron_caseta.markdown index 76fc7134653..f435be8dd41 100644 --- a/source/_integrations/lutron_caseta.markdown +++ b/source/_integrations/lutron_caseta.markdown @@ -119,7 +119,7 @@ Available services: `switch.turn_on` and `switch.turn_off`. ## Fan -After setup, fans will appear in Home Assistant using an `entity_id` based on the name used in the Lutron mobile app. For example, a light switch called 'Master Bathroom Vanity' will appear in Home Assistant as `fan.master_bedroom_ceiling_fan`. +After setup, fans will appear in Home Assistant using an `entity_id` based on the name used in the Lutron mobile app. For example, a light switch called 'Master Bedroom Ceiling Fan' will appear in Home Assistant as `fan.master_bedroom_ceiling_fan`. For more information on working with fans in Home Assistant, see the [Fans component](/components/fan/).