diff --git a/source/_components/cover.markdown b/source/_components/cover.markdown index 5e656ad7f59..8024b67a3b7 100644 --- a/source/_components/cover.markdown +++ b/source/_components/cover.markdown @@ -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
`window` Window controller
`garage` Garage door controller +| `assumed_state` | `false` | If set to `true`, cover buttons will always be enabled ## {% linkable_title Services %}