mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-19 15:26:59 +00:00
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:
parent
5adde39106
commit
03bab28d8d
@ -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 %}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user