Skip to content

Cover - Added doc customize #3100

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Jul 30, 2017
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
11 changes: 6 additions & 5 deletions source/_components/cover.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,12 @@ footer: true

Home Assistant can give you an interface to control covers such as rollershutters, blinds, and garage doors.

The display style of each entity can be modified in the [customize section](/getting-started/customizing-devices/). The following device classes are supported for covers:

- **None**: Generic cover device
- **window**: Window controller
- **garage**: Garage door controller
The display style of each entity can be modified in the [customize section](/getting-started/customizing-devices/). Besides the basic ones like `friendly_name` or `hidden`, the following attributes are supported for covers:

| Attribute | Default | Description |
| --------- | ------- | ----------- |
| `device_class` | | `none` Generic cover device<br>`window` Window controller<br>`garage` Garage door controller
| `assumed_state` | `false` | If set to `true`, cover buttons will always be enabled

## {% linkable_title Services %}

Expand Down