From 827a5cd6c80faec1f56424ac048677c612cc35cb Mon Sep 17 00:00:00 2001 From: cdce8p <30130371+cdce8p@users.noreply.github.com> Date: Sun, 30 Jul 2017 14:13:37 +0200 Subject: [PATCH 1/2] Cover - Added doc customize Added `assume_state` to customize section. home-assistant/home-assistant-polymer#356 --- source/_components/cover.markdown | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/source/_components/cover.markdown b/source/_components/cover.markdown index 5e656ad7f59e..fc77f9bc570c 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 %} From 5a2aff05397505d3568af0286e198d03f0ad8763 Mon Sep 17 00:00:00 2001 From: Fredrik Lindqvist Date: Sun, 30 Jul 2017 18:09:22 +0200 Subject: [PATCH 2/2] Update cover.markdown --- source/_components/cover.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_components/cover.markdown b/source/_components/cover.markdown index fc77f9bc570c..8024b67a3b71 100644 --- a/source/_components/cover.markdown +++ b/source/_components/cover.markdown @@ -15,7 +15,7 @@ The display style of each entity can be modified in the [customize section](/get | Attribute | Default | Description | | --------- | ------- | ----------- | -| `device_class` | | `none` generic cover device
`window` window controller
`garage` Garage door controller +| `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 %}