mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-13 12:26:50 +00:00
Change indent
This commit is contained in:
parent
67859c41e2
commit
bbe7891c4a
@ -26,10 +26,10 @@ To enable Raspberry Pi Covers in your installation, add the following to your `c
|
|||||||
```yaml
|
```yaml
|
||||||
# Example configuration.yaml entry
|
# Example configuration.yaml entry
|
||||||
cover:
|
cover:
|
||||||
platform: rpi_gpio
|
- platform: rpi_gpio
|
||||||
covers:
|
covers:
|
||||||
- relay_pin: 10
|
- relay_pin: 10
|
||||||
state_pin: 11
|
state_pin: 11
|
||||||
```
|
```
|
||||||
|
|
||||||
Configuration variables:
|
Configuration variables:
|
||||||
@ -46,15 +46,14 @@ Full example:
|
|||||||
```yaml
|
```yaml
|
||||||
# Example configuration.yaml entry
|
# Example configuration.yaml entry
|
||||||
cover:
|
cover:
|
||||||
platform: rpi_gpio
|
- platform: rpi_gpio
|
||||||
relay_time: 0.2
|
relay_time: 0.2
|
||||||
state_pull_mode: 'UP'
|
state_pull_mode: 'UP'
|
||||||
covers:
|
covers:
|
||||||
- relay_pin: 10
|
- relay_pin: 10
|
||||||
state_pin: 11
|
state_pin: 11
|
||||||
- relay_pin: 12
|
- relay_pin: 12
|
||||||
state_pin: 13
|
state_pin: 13
|
||||||
name: 'Right door'
|
name: 'Right door'
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user