Skip to content

Commit e19680e

Browse files
committed
Minor updates
1 parent 5eddb98 commit e19680e

File tree

4 files changed

+25
-30
lines changed

4 files changed

+25
-30
lines changed

source/_components/cover.command_line.markdown

Lines changed: 7 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,12 @@ sharing: true
99
footer: true
1010
logo: command_line.png
1111
ha_category: Cover
12+
ha_release: 0.14
1213
---
13-
A cover platform that issues specific commands when it is moved up, down and
14-
stopped. It allows anyone to integrate any type of cover into Home Assistant
15-
that can be controlled from the command line.
1614

17-
To enable a command line cover in your installation, add the following to your
18-
`configuration.yaml` file:
15+
A `command_line`cover platform that issues specific commands when it is moved up, down and stopped. It allows anyone to integrate any type of cover into Home Assistant that can be controlled from the command line.
16+
17+
To enable a command line cover in your installation, add the following to your `configuration.yaml` file:
1918

2019
```yaml
2120
# Example configuration.yaml entry
@@ -39,18 +38,9 @@ cover:
3938
Configuration variables:
4039
4140
- **covers** (*Required*): The array that contains all command line covers.
42-
- **entry** (*Required*): Name of the command line cover. Multiple entries
43-
are possible.
41+
- **entry** (*Required*): Name of the command line cover. Multiple entries are possible.
4442
- **open_cmd** (*Required*): The command to open the cover.
4543
- **close_cmd** (*Required*): The action to close the cover.
4644
- **stop_cmd** (*Required*): The action to stop the cover.
47-
- **state_cmd** (*Optional*): If given, this will act as a sensor that runs
48-
in the background and updates the state of the cover. If the command
49-
returns a `0` the indicates the cover is fully closed, whereas a 100
50-
indicates the cover is fully open.
51-
- **value_template** (*optional - default: '{% raw %}{{ value }}{% endraw
52-
%}'*): if specified, `state_cmd` will ignore the result code of the
53-
command but the template evaluating will indicate the position of the
54-
cover. For example, if your `state_cmd` returns a string "open",
55-
using `value_template` as in the example config above will allow you to
56-
translate that into the valid state `100`.
45+
- **state_cmd** (*Optional*): If given, this will act as a sensor that runs in the background and updates the state of the cover. If the command returns a `0` the indicates the cover is fully closed, whereas a 100 indicates the cover is fully open.
46+
- **value_template** (*optional - default: '{% raw %}{{ value }}{% endraw%}'*): if specified, `state_cmd` will ignore the result code of the command but the template evaluating will indicate the position of the cover. For example, if your `state_cmd` returns a string "open", using `value_template` as in the example config above will allow you to translate that into the valid state `100`.

source/_components/cover.rpi_gpio.markdown

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,13 @@ sharing: true
99
footer: true
1010
logo: raspberry-pi.png
1111
ha_category: Cover
12-
ha_release: 0.27
12+
ha_release: 0.23
1313
---
1414

1515
The `rpi_gpio` cover platform allows you to use a Raspberry Pi to control your cover such as Garage doors.
1616

17-
It uses two pins on the Raspberry Pi.
17+
It uses two pins on the Raspberry Pi.
18+
1819
- The `state_pin` will detect if the cover is closed, and
1920
- the `relay_pin` will trigger the cover to open or close.
2021

source/_components/cover.scsgate.markdown

Lines changed: 11 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,10 @@ footer: true
1010
logo: bus_scs.png
1111
ha_category: Cover
1212
---
13-
The SCSGate devices can control motorized covers connected to the BTicino
14-
MyHome system.
1513

16-
To enable SCSGate covers in your installation, add the following to your
17-
`configuration.yaml` file:
14+
The SCSGate devices can control motorized covers connected to the BTicino MyHome system.
15+
16+
To enable SCSGate covers in your installation, add the following to your `configuration.yaml` file:
1817

1918
```yaml
2019
# Example configuration.yaml entry
@@ -28,8 +27,12 @@ cover:
2827
2928
Configuration variables:
3029
31-
- **devices** (*Required*): A list of devices with their name to use in the
32-
frontend.
30+
- **devices** array (*Required*): A list of devices.
31+
- **[slug]** (*Required*): Slug of the device.
32+
- **name** (*Required*): Name to use in the frontend.
33+
- **scs_id** (*Required*): The ID of your SCSGate device.
34+
35+
<p class='note'>
36+
**Known limitation:** It is not possible to know the current state of the cover.
37+
</p>
3338
34-
**Known limitation:** it is not possible to know the current state of the
35-
cover.
Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,17 @@
11
---
22
layout: page
33
title: "Z-Wave Cover"
4-
description: "Instructions how to setup the Z-Wave binary sensors within Home Assistant."
4+
description: "Instructions how to setup the Z-Wave covers within Home Assistant."
55
date: 2016-08-24 14:15
66
sidebar: true
77
comments: false
88
sharing: true
99
footer: true
1010
logo: z-wave.png
1111
ha_category: Cover
12-
ha_release: 0.27
12+
ha_release: 0.23
1313
---
1414

15-
Garage doors and Rollershuters are supported as Cover in Home Assistant.
15+
Z-Wave garage doors, blinds, and roller shutters are supported as cover in Home Assistant.
16+
1617
To get your Z-Wave covers working with Home Assistant, follow the instructions for the general [Z-Wave component](/components/zwave/).

0 commit comments

Comments
 (0)