Update sample

This commit is contained in:
Fabian Affolter 2017-04-29 12:10:59 +02:00
parent af46e2cf72
commit d2b94034c1
No known key found for this signature in database
GPG Key ID: DDF3D6F44AAB1336
3 changed files with 20 additions and 20 deletions

View File

@ -24,8 +24,8 @@ The easiest way to find your roller shutters is to add this to your `configurati
```yaml ```yaml
cover: cover:
platform: rfxtrx - platform: rfxtrx
automatic_add: True automatic_add: True
``` ```
Launch your homeassistant and go the website (e.g http://localhost:8123). Push your remote and your device should be added. Launch your homeassistant and go the website (e.g http://localhost:8123). Push your remote and your device should be added.
@ -34,10 +34,10 @@ Once added it will show an ID (e.g `0b11000102ef9f210010f70`) and you can verify
```yaml ```yaml
cover: cover:
platform: rfxtrx - platform: rfxtrx
devices: devices:
0b11000102ef9f210010f70: 0b11000102ef9f210010f70:
name: device_name name: device_name
``` ```
##### {% linkable_title RFY %} ##### {% linkable_title RFY %}
@ -51,14 +51,14 @@ Example configuration:
```yaml ```yaml
# Example configuration.yaml entry # Example configuration.yaml entry
cover: cover:
platform: rfxtrx - platform: rfxtrx
automatic_add: False automatic_add: False
signal_repetitions: 2 signal_repetitions: 2
devices: devices:
0b1100ce3213c7f210010f70: # Siemens/LightwaveRF 0b1100ce3213c7f210010f70: # Siemens/LightwaveRF
name: Bedroom Shutter name: Bedroom Shutter
070a00000a000101: # RFY 070a00000a000101: # RFY
name: Bathroom Shutter name: Bathroom Shutter
``` ```
Configuration variables: Configuration variables:

View File

@ -34,7 +34,7 @@ cover:
Configuration variables: Configuration variables:
- **relay_time** (*Optional*): The time that the relay will be on for in seconds. Default is .2 seconds. - **relay_time** (*Optional*): The time that the relay will be on for in seconds. Default is 0.2 seconds.
- **state_pull_mode** (*Optional*): The direction the State pin is pulling. It can be UP or DOWN. Default is UP. - **state_pull_mode** (*Optional*): The direction the State pin is pulling. It can be UP or DOWN. Default is UP.
- **covers** array (*Required*): List of your doors. - **covers** array (*Required*): List of your doors.
- **relay_pin** (*Required*): The pin of your Raspberry Pi where the relay is connected. - **relay_pin** (*Required*): The pin of your Raspberry Pi where the relay is connected.

View File

@ -18,11 +18,11 @@ To enable SCSGate covers in your installation, add the following to your `config
```yaml ```yaml
# Example configuration.yaml entry # Example configuration.yaml entry
cover: cover:
platform: scsgate - platform: scsgate
devices: devices:
living_room: living_room:
name: Living Room name: Living Room
scs_id: XXXXX scs_id: XXXXX
``` ```
Configuration variables: Configuration variables: