Fix indent

This commit is contained in:
Fabian Affolter 2016-10-04 10:49:40 +02:00
parent 83e06e8f49
commit cd553dc537
No known key found for this signature in database
GPG key ID: DDF3D6F44AAB1336
2 changed files with 48 additions and 52 deletions

View file

@ -23,30 +23,26 @@ To add a device to your installation, add the following to your `configuration.y
```yaml
# Example configuration.yaml entry
media_player:
platform: russound_rnet
host: 192.168.1.10
port: 1337
name: Russound
zones:
1:
name: Main Bedroom
2:
name: Living Room
3:
name: Kitchen
4:
name: Bathroom
5:
name: Dining Room
6:
name: Guest Bedroom
sources:
- name: Sonos
- name: Sky+
- name: iPod
- name: Unused 1
- name: Unused 2
- name: Kodi
- platform: russound_rnet
host: 192.168.1.10
port: 1337
name: Russound
zones:
1:
name: Main Bedroom
2:
name: Living Room
3:
name: Kitchen
4:
name: Bathroom
5:
name: Dining Room
6:
name: Guest Bedroom
sources:
- name: Sonos
- name: Sky+
```
Configuration variables: