From 03bab28d8d40bbb1734e5fbeec27b5e2c0663f59 Mon Sep 17 00:00:00 2001
From: cdce8p <30130371+cdce8p@users.noreply.github.com>
Date: Sun, 30 Jul 2017 18:10:54 +0200
Subject: [PATCH] Cover - Added doc customize (#3100)
* Cover - Added doc customize
Added `assume_state` to customize section. home-assistant/home-assistant-polymer#356
* Update cover.markdown
---
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 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 %}