Cover - Added doc customize (#3100)

* Cover - Added doc customize 

Added `assume_state` to customize section. home-assistant/home-assistant-polymer#356

* Update cover.markdown
This commit is contained in:
cdce8p 2017-07-30 18:10:54 +02:00 committed by Fredrik Lindqvist
parent 5adde39106
commit 03bab28d8d

View File

@ -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 %}