mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-09 10:26:52 +00:00
Update sample
This commit is contained in:
parent
af46e2cf72
commit
d2b94034c1
@ -24,7 +24,7 @@ The easiest way to find your roller shutters is to add this to your `configurati
|
||||
|
||||
```yaml
|
||||
cover:
|
||||
platform: rfxtrx
|
||||
- platform: rfxtrx
|
||||
automatic_add: True
|
||||
```
|
||||
|
||||
@ -34,7 +34,7 @@ Once added it will show an ID (e.g `0b11000102ef9f210010f70`) and you can verify
|
||||
|
||||
```yaml
|
||||
cover:
|
||||
platform: rfxtrx
|
||||
- platform: rfxtrx
|
||||
devices:
|
||||
0b11000102ef9f210010f70:
|
||||
name: device_name
|
||||
@ -51,7 +51,7 @@ Example configuration:
|
||||
```yaml
|
||||
# Example configuration.yaml entry
|
||||
cover:
|
||||
platform: rfxtrx
|
||||
- platform: rfxtrx
|
||||
automatic_add: False
|
||||
signal_repetitions: 2
|
||||
devices:
|
||||
|
@ -34,7 +34,7 @@ cover:
|
||||
|
||||
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.
|
||||
- **covers** array (*Required*): List of your doors.
|
||||
- **relay_pin** (*Required*): The pin of your Raspberry Pi where the relay is connected.
|
||||
|
@ -18,7 +18,7 @@ To enable SCSGate covers in your installation, add the following to your `config
|
||||
```yaml
|
||||
# Example configuration.yaml entry
|
||||
cover:
|
||||
platform: scsgate
|
||||
- platform: scsgate
|
||||
devices:
|
||||
living_room:
|
||||
name: Living Room
|
||||
|
Loading…
x
Reference in New Issue
Block a user