
* Update cover.lutron_caseta.markdown It was not clear that the lutron_caseta cover needed to be defined as a cover in the documentation. * Various fixes
26 lines
784 B
Markdown
26 lines
784 B
Markdown
---
|
|
layout: page
|
|
title: "Lutron Caseta Cover"
|
|
description: "Instructions how to setup the Lutron Caseta covers within Home Assistant."
|
|
date: 2017-05-20 09:00
|
|
sidebar: true
|
|
comments: false
|
|
sharing: true
|
|
footer: true
|
|
logo: lutron.png
|
|
ha_category: Cover
|
|
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/).
|
|
|
|
You also need to configure Lutron Caseta as a cover platform in your `configuration.yaml` file:
|
|
|
|
```yaml
|
|
# Example configuration.yaml entry
|
|
cover:
|
|
- platform: lutron_caseta
|
|
```
|
|
|
|
Your Lutron Caseta shades will be pulled into Home Assistant with the names they were assigned in the Lutron Caseta app.
|