Fix indent
This commit is contained in:
parent
83e06e8f49
commit
cd553dc537
2 changed files with 48 additions and 52 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue