Skip to content

Commit 03bab28

Browse files
cdce8pLandrash
authored andcommitted
Cover - Added doc customize (home-assistant#3100)
* Cover - Added doc customize Added `assume_state` to customize section. home-assistant/frontend#356 * Update cover.markdown
1 parent 5adde39 commit 03bab28

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

source/_components/cover.markdown

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,12 @@ footer: true
1111

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

14-
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:
15-
16-
- **None**: Generic cover device
17-
- **window**: Window controller
18-
- **garage**: Garage door controller
14+
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:
15+
16+
| Attribute | Default | Description |
17+
| --------- | ------- | ----------- |
18+
| `device_class` | | `none` Generic cover device<br>`window` Window controller<br>`garage` Garage door controller
19+
| `assumed_state` | `false` | If set to `true`, cover buttons will always be enabled
1920

2021
## {% linkable_title Services %}
2122

0 commit comments

Comments
 (0)