Skip to content

Commit e42a0fb

Browse files
etsinkofabaff
authored andcommitted
added documentation for monoprice platform (home-assistant#3495)
* added monoprice page * updated markdown * updated markdown * renamed mp-logo.svg to monoprice.svg updated ha_release to 0.55 * fixed some typos * switched logo from white to black * updated release * Grammar; Added missing determiner
1 parent 1f54839 commit e42a0fb

File tree

2 files changed

+154
-0
lines changed

2 files changed

+154
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,49 @@
1+
---
2+
layout: page
3+
title: "Monoprice 6-Zone Amplifier"
4+
description: "Instructions on how to integrate Monoprice 6-Zone Home Audio Controller into Home Assistant."
5+
date: 2017-10-02 11:45
6+
sidebar: true
7+
comments: false
8+
sharing: true
9+
footer: true
10+
logo: monoprice.svg
11+
ha_category: Media Player
12+
ha_release: 0.56
13+
ha_iot_class: "Local Polling"
14+
---
15+
16+
The `monoprice` platform allows you to control [Monoprice 6-Zone Amplifier](https://www.monoprice.com/product?p_id=10761) using a serial connection.
17+
18+
To add a Monoprice device to your installation, add the following to your `configuration.yaml` file:
19+
20+
```yaml
21+
# Example configuration.yaml entry
22+
media_player:
23+
- platform: monoprice
24+
port: /dev/ttyUSB0
25+
zones:
26+
11:
27+
name: Main Bedroom
28+
12:
29+
name: Living Room
30+
13:
31+
name: Kitchen
32+
14:
33+
name: Bathroom
34+
15:
35+
name: Dining Room
36+
16:
37+
name: Guest Bedroom
38+
sources:
39+
1:
40+
name: Sonos
41+
5:
42+
name: Chromecast
43+
```
44+
45+
Configuration variables:
46+
47+
- **port** (*Required*): The serial port to which Monoprice amplifier is connected
48+
- **zones** (*Required*): This is the list of zones available. Valid zones are 11,12,13,14,15,16. In case multiple Monoprice devices are stacked together the list of valid zones is extended by 21,22,23,24,25,26 for the second device and 31,32,33,34,35,36 for the third device. Each zone must have a name assigned to it.
49+
- **sources** (*Required*): The list of sources available. Valid source numbers are 1,2,3,4,5,6. Each source number corresponds to the input number on the Monoprice amplifier. Similar to zones, each source must have a name assigned to it.
Loading

0 commit comments

Comments
 (0)