Fixing indents and formatting (#10176)

Too many indents, and some extra spaces
This commit is contained in:
Dubh Ad 2019-08-18 20:42:53 +01:00 committed by Paulus Schoutsen
parent 8b7a01a051
commit f17055b624

View File

@ -20,14 +20,14 @@ To enable OpenGarage Covers in your installation, add the following to your `con
cover:
platform: opengarage
covers:
garage:
host: 192.168.1.12
device_key: opendoor
name: Left Garage Door
garage2:
host: 192.168.1.13
device_key: opendoor
name: Right Garage Door
garage:
host: 192.168.1.12
device_key: opendoor
name: Left Garage Door
garage2:
host: 192.168.1.13
device_key: opendoor
name: Right Garage Door
```
{% configuration %}