Updated docs for Lutron Caseta component and platforms (#3310)

This commit is contained in:
upsert 2017-09-06 16:20:08 -04:00 committed by Franck Nijhof
parent 6e7731e900
commit b12dce2779
5 changed files with 43 additions and 22 deletions

View file

@ -13,14 +13,10 @@ ha_iot_class: "Local Polling"
ha_release: 0.45
---
To get your Lutron Caseta covers (Serena Shades) working with Home Assistant, first follow the instructions for the general [Lutron Caseta component](/components/lutron_caseta/).
To get Lutron Caseta roller and honeycomb shades working with Home Assistant, first follow the instructions for the general [Lutron Caseta component](/components/lutron_caseta/).
You also need to configure Lutron Caseta as a cover platform in your `configuration.yaml` file:
After setup, shades will appear in Home Assistant using an `entity_id` based on the name used in the Lutron mobile app. For example, a shade called 'Living Room Window' will appear in Home Assistant as `cover.living_room_window`.
```yaml
# Example configuration.yaml entry
cover:
- platform: lutron_caseta
```
For more information on working with shades in Home Assistant, see the [Covers component](/components/cover/).
Your Lutron Caseta shades will be pulled into Home Assistant with the names they were assigned in the Lutron Caseta app.
Available services: `cover.open_cover`, `cover.close_cover` and `cover.set_cover_position`. Cover `position` ranges from `0` for fully closed to `100` for fully open.