From e41cc1f5b309e4a54f9084a5d9e6e3ccd9d2cc96 Mon Sep 17 00:00:00 2001 From: Dan Jones Date: Thu, 28 Nov 2019 02:54:10 -0500 Subject: [PATCH] Update lutron_caseta.markdown (#9780) * Update lutron_caseta.markdown Updated for new config point to work with my new pylutron_caseta mods and also support for the new caseta fan. https://github.com/home-assistant/home-assistant/pull/24770 https://github.com/gurumitts/pylutron-caseta/pull/34 * Removing Config Point The config point was an error in my code. It does not need to be added now. --- source/_integrations/lutron_caseta.markdown | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/source/_integrations/lutron_caseta.markdown b/source/_integrations/lutron_caseta.markdown index 36f20244baa..38f2ee71e8d 100644 --- a/source/_integrations/lutron_caseta.markdown +++ b/source/_integrations/lutron_caseta.markdown @@ -8,6 +8,7 @@ ha_category: - Light - Scene - Switch + - Fan ha_release: 0.41 ha_iot_class: Local Polling --- @@ -22,6 +23,7 @@ The currently supported Caseta devices are: - Wall switches as [switches](#switch) - Scenes as [scenes](#scene) - Lutron shades as [covers](#cover) +- Lutron smart [fan](#fan) speed control When configured, the `lutron_caseta` integration will automatically discover the currently supported devices as setup in the Lutron Smart Bridge. The name assigned in the Lutron mobile app will be used to form the `entity_id` used in Home Assistant. e.g., a dimmer called 'Lamp' in a room called 'Bedroom' becomes `light.bedroom_lamp` in Home Assistant. @@ -104,3 +106,11 @@ For dimmable lights including wall and plug-in dimmers, see the light section on For more information on working with switches in Home Assistant, see the [Switches component](/integrations/switch/). 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`. + +For more information on working with fans in Home Assistant, see the [Fans component](/components/fan/). + +Available services: `fan.turn_on`, `fan.turn_off`, and `fan.set_speed`.