Change indent

This commit is contained in:
Fabian Affolter 2016-12-18 09:51:13 +01:00
parent 67859c41e2
commit bbe7891c4a
No known key found for this signature in database
GPG Key ID: E23CD2DD36A4397F

View File

@ -26,7 +26,7 @@ To enable Raspberry Pi Covers in your installation, add the following to your `c
```yaml
# Example configuration.yaml entry
cover:
platform: rpi_gpio
- platform: rpi_gpio
covers:
- relay_pin: 10
state_pin: 11
@ -46,7 +46,7 @@ Full example:
```yaml
# Example configuration.yaml entry
cover:
platform: rpi_gpio
- platform: rpi_gpio
relay_time: 0.2
state_pull_mode: 'UP'
covers:
@ -57,4 +57,3 @@ cover:
name: 'Right door'
```