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.
This commit is contained in:
Dan Jones 2019-11-28 02:54:10 -05:00 committed by Franck Nijhof
parent 85dd8ba95d
commit e41cc1f5b3

View File

@ -8,6 +8,7 @@ ha_category:
- Light - Light
- Scene - Scene
- Switch - Switch
- Fan
ha_release: 0.41 ha_release: 0.41
ha_iot_class: Local Polling ha_iot_class: Local Polling
--- ---
@ -22,6 +23,7 @@ The currently supported Caseta devices are:
- Wall switches as [switches](#switch) - Wall switches as [switches](#switch)
- Scenes as [scenes](#scene) - Scenes as [scenes](#scene)
- Lutron shades as [covers](#cover) - 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. 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/). 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`. 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`.