Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions source/_integrations/lutron_caseta.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ ha_category:
- Light
- Scene
- Switch
- Fan
ha_release: 0.41
ha_iot_class: Local Polling
---
Expand All @@ -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.

Expand Down Expand Up @@ -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`.